From c697d445647885789f9df20a1706fc755a8cc842 Mon Sep 17 00:00:00 2001 From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de> Date: Wed, 4 Aug 2021 14:13:06 +0200 Subject: [PATCH] Corrected node.js version to 14.17.3 for Angular 12 --- Dockerfile-Production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-Production b/Dockerfile-Production index 8b37be5..e5263df 100644 --- a/Dockerfile-Production +++ b/Dockerfile-Production @@ -1,4 +1,4 @@ -FROM node:12.14.5 as builder +FROM node:14.17.3 as builder ADD package.json package-lock.json /build/ WORKDIR /build RUN npm install -- GitLab