Skip to content

Commit

Permalink
Merge pull request #149 from kallyas/snyk-fix-5af3012b6493197310d61be…
Browse files Browse the repository at this point in the history
…23e8b34d3

[Snyk] Security upgrade node from lts-alpine to 20.15.1-alpine3.20
  • Loading branch information
kallyas authored Jul 25, 2024
2 parents 1279736 + cd6fc03 commit be3666a
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 @@
# build environment
FROM node:lts-alpine
FROM node:20.15.1-alpine3.20
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY client/package.json ./
Expand Down

0 comments on commit be3666a

Please sign in to comment.