Skip to content

Commit

Permalink
Use node v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciremusyoka committed Sep 24, 2024
1 parent 967f090 commit e5e39f5
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,5 +1,5 @@
# adapted from https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
FROM node:20.15.1-alpine3.20
FROM node:20.17.0-alpine3.20
RUN apk update && apk upgrade
WORKDIR /usr/src/app
COPY package*.json ./
Expand Down

0 comments on commit e5e39f5

Please sign in to comment.