From 8ed553231ac2475d196a7b15632aeaea0ff3b5b5 Mon Sep 17 00:00:00 2001 From: Thomas Kruse Date: Thu, 1 Aug 2024 21:28:15 +0200 Subject: [PATCH] update to 18.1.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb97e05..f91e585 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM trion/ng-cli:latest ARG CHROME_VERSION= USER_ID=1000 -LABEL chrome=$CHROME_VERSION ng-cli='18.1.2' +LABEL chrome=$CHROME_VERSION ng-cli='18.1.3' USER root