From 824082ba8c9dc320a6dbb0a80670fcf3deb16409 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 5 Feb 2022 05:32:39 +0000 Subject: [PATCH] :ambulance: Fixes Alpine base image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9aa13af..8c1e7c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \