From e3043b5ad154010ab17c7ada1c617198d41f02b4 Mon Sep 17 00:00:00 2001 From: Matthieu Benoist <mbenoist@ausy-group.com> Date: Mon, 17 Oct 2022 17:41:34 +0200 Subject: [PATCH] Update node builder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index badbc2f..8ca15ac 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.20.1 as builder # Copy the package.json file first in order to cache the modules COPY ./package.json /app/package.json -- GitLab