Skip to content

Commit

Permalink
Merge pull request #189 from gaurav-nelson/snyk-fix-28c2a22fe65aa6930…
Browse files Browse the repository at this point in the history
…6d3041d1bfde1aa

[Snyk] Security upgrade node from lts-alpine to 20-alpine3.18
  • Loading branch information
gaurav-nelson committed Aug 10, 2023
2 parents 322b231 + 1c7e3fe commit 46e4421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:20-alpine3.18
RUN apk add --no-cache bash>5.0.16-r0 git>2.26.0-r0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 46e4421

Please sign in to comment.