Skip to content

Commit 9741e9a

Browse files
committed
Upgrade to Node 20 in Dockerfile
Current LTS
1 parent a517684 commit 9741e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
2-
FROM node:16-alpine
2+
FROM node:20-alpine
33
WORKDIR /usr/src/app
44
COPY package*.json ./
55
RUN npm ci --only=production

0 commit comments

Comments
 (0)