snyk-bot 2022-10-08 13:45:19 +00:00
parent 29814a9fec
commit 233902c72e
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:16.13.2-alpine AS BUILD_IMAGE
FROM node:16.17.1-alpine AS BUILD_IMAGE
# Set the platform to build image for
ARG TARGETPLATFORM
@ -25,7 +25,7 @@ COPY . ./
RUN yarn build --mode production
# Production stage
FROM node:16.13.2-alpine
FROM node:16.17.1-alpine
# Define some ENV Vars
ENV PORT=80 \