snyk-bot 2023-02-23 09:03:11 +00:00
parent 08e5e5b48e
commit 2a66850da0
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.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.19.1-alpine
# Define some ENV Vars
ENV PORT=80 \