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