From 28aba53703ac9e99b9d8379902b7197894b42ecd Mon Sep 17 00:00:00 2001 From: hyi Date: Mon, 16 Oct 2023 16:03:09 -0400 Subject: [PATCH] updated client node version in Dockerfile-prod --- client/Dockerfile-prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile-prod b/client/Dockerfile-prod index 937c1bea..c9ff1e87 100644 --- a/client/Dockerfile-prod +++ b/client/Dockerfile-prod @@ -1,6 +1,6 @@ # Build environment ################### -FROM node:10.12.0-alpine AS builder +FROM node:14.17-alpine AS builder # Create and set working directory RUN mkdir /src