Skip to content

Commit

Permalink
Upgrade node to 20 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCode2012 committed Dec 15, 2023
1 parent 938fab9 commit daf5197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:20-alpine
WORKDIR /app
COPY dist ./dist
COPY node_modules ./node_modules
Expand Down

0 comments on commit daf5197

Please sign in to comment.