snyk-bot 2022-12-15 06:38:19 +00:00
parent 8e71ee73e8
commit 1c4f65cda3
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.18-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.18-alpine
# Define some ENV Vars
ENV PORT=80 \