Skip to content

Commit

Permalink
Update to Node 20
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Alvarez <[email protected]>
  • Loading branch information
kafkasl authored Dec 12, 2023
1 parent 9467d53 commit f30055b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull official base image
FROM node:14.18.1-alpine
FROM node:20-alpine

# set working directory
WORKDIR /app
Expand All @@ -18,4 +18,4 @@ COPY . ./

# run
EXPOSE 3000
CMD ["npm", "start"]
CMD ["npm", "start"]

0 comments on commit f30055b

Please sign in to comment.