🚑 Fixes Alpine base image version

This commit is contained in:
Alicia Sykes 2022-02-05 05:32:39 +00:00
parent 669e1e7566
commit 824082ba8c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ COPY . ./
RUN yarn build
# Build the final image
FROM node:14.17.5-alpine
FROM node:16.13.2-alpine
# Define some ENV Vars
ENV PORT=80 \