Skip to content

Commit

Permalink
Reverse last change
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Oct 27, 2023
1 parent d0c0113 commit 515e7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS builder
FROM node:18-alpine3.18 AS builder
WORKDIR /app

COPY packages/server/package.json ./
Expand Down
2 changes: 1 addition & 1 deletion backend.dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS builder
FROM node:18-alpine3.18 AS builder
WORKDIR /app

COPY packages/server/package.json ./
Expand Down

0 comments on commit 515e7ef

Please sign in to comment.