snyk-bot 2023-02-19 07:12:57 +00:00
parent 64d61fc894
commit 9b2cc90ad5
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.19.0-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.19.0-alpine
# Define some ENV Vars
ENV PORT=80 \