Skip to content

Commit

Permalink
Merge pull request #38 from crustio/tony/update_docker_file
Browse files Browse the repository at this point in the history
Upgrade node to 20 in dockerfile
  • Loading branch information
TonyCode2012 authored Dec 15, 2023
2 parents 938fab9 + daf5197 commit da3ebfb
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 da3ebfb

Please sign in to comment.