From 906e2d7ae396139fcdc35f4276edcf8e19221ebc Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Thu, 3 Feb 2022 14:13:31 +0100 Subject: [PATCH] npm version updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f68c130..4dccd86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:17 AS ANGULAR_BUILD -RUN npm install -g npm@8.3.1 +RUN npm install -g npm@8.4.0 RUN npm install -g @angular/cli COPY ui /ui WORKDIR ui