Skip to content

Commit

Permalink
Use node 20.12.2 and update nodejs package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Apr 23, 2024
1 parent baa45a1 commit c84c1b6
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 219 deletions.
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.11.1-alpine3.19
FROM node:20.12.2-alpine3.19
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci --only=production
Expand Down
Loading

0 comments on commit c84c1b6

Please sign in to comment.