From 9104b0a79c72cbd09e07083a721a6d0a02dbf913 Mon Sep 17 00:00:00 2001 From: Matthieu BENOIST <ext.ausy.mbenoist@grandlyon.com> Date: Thu, 1 Dec 2022 13:23:18 +0000 Subject: [PATCH] Update node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index badbc2f..3fc6efb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, based on Node.js, to build and compile Angular -FROM node:14.20.0 as builder +FROM node:14.21.1 as builder # Copy the package.json file first in order to cache the modules COPY ./package.json /app/package.json -- GitLab