Skip to content

Commit

Permalink
Merge pull request #319 from wkylin/snyk-fix-30e69aeff3182b1f9c2d26b0…
Browse files Browse the repository at this point in the history
…323bd5f2

[Snyk] Security upgrade node from alpine to 21.2-alpine3.18
  • Loading branch information
wkylin authored Dec 4, 2023
2 parents ade0776 + 17f9234 commit be1d2d9
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:alpine
FROM node:21.2-alpine3.18
WORKDIR /promotion-web
COPY package.json /promotion-web
RUN yarn install
Expand Down

1 comment on commit be1d2d9

@vercel
Copy link

@vercel vercel bot commented on be1d2d9 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pro-react-admin – ./

pro-react-admin.vercel.app
pro-react-admin-git-main-wkylin.vercel.app
pro-react-admin-wkylin.vercel.app

Please sign in to comment.