update node image version

This commit is contained in:
Benjamin Montgomery 2022-04-21 07:58:27 -04:00
parent 6ec6eec214
commit f7c211b748

View File

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