Skip to content

Commit 701d80e

Browse files
committed
Update Node.js to v20
1 parent 252f0f9 commit 701d80e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM node:19 AS BUILD_IMAGE
1+
FROM node:20 AS BUILD_IMAGE
22
WORKDIR /build
33
COPY . .
44
ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
55
RUN npm install
66
RUN npm run build
77

8-
FROM node:19-alpine
8+
FROM node:20-alpine
99
WORKDIR /usr/src/pow-shield
1010
COPY --from=BUILD_IMAGE /build/dist .
1111
COPY --from=BUILD_IMAGE /build/node_modules ./node_modules

0 commit comments

Comments
 (0)