Skip to content

Commit

Permalink
Merge pull request #350 from wkylin/snyk-fix-1b5ef6a619d193b714fb7525…
Browse files Browse the repository at this point in the history
…6167c292

[Snyk] Security upgrade node from 21.6-alpine3.18 to 21.7.2-alpine3.18
  • Loading branch information
wkylin committed Apr 17, 2024
2 parents 43387d7 + 84e1f99 commit 60ed2bf
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,4 +1,4 @@
FROM node:21.6-alpine3.18
FROM node:21.7.2-alpine3.18
WORKDIR /promotion-web
COPY package.json /promotion-web
RUN yarn install
Expand Down

0 comments on commit 60ed2bf

Please sign in to comment.