Skip to content

Commit b9fec18

Browse files
Update Dockerfile with Node.js 20.11.1 and Alpine 3.19 base image
1 parent 4dc0ceb commit b9fec18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dapp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:18.19.1-alpine
1+
FROM node:20.11.1-alpine3.19
22
WORKDIR /app
33
COPY package*.json ./
44
RUN npm ci --production
55
COPY ./src .
6-
ENTRYPOINT [ "node", "--disable-wasm-trap-handler", "/app/app.js" ]
6+
ENTRYPOINT [ "node", "--disable-wasm-trap-handler", "/app/app.js" ]

0 commit comments

Comments
 (0)