From 3f46e1e45678f75a4456afa1e2d86031dd10411e Mon Sep 17 00:00:00 2001 From: Matthieu Benoist <mbenoist@ausy-group.com> Date: Wed, 10 Aug 2022 10:34:46 +0200 Subject: [PATCH] Update node to 14.20.0 (sec fix) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4c1d81..badbc2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, based on Node.js, to build and compile Angular -FROM node:14.15.1 as builder +FROM node:14.20.0 as builder # Copy the package.json file first in order to cache the modules COPY ./package.json /app/package.json -- GitLab