File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# simple angular-cli docker installation
22# docker build -t ng-cli .
33# or specify angular-cli version
4- # docker build --build-arg NG_CLI_VERSION=21.2.4
4+ # docker build --build-arg NG_CLI_VERSION=21.2.5
55
66# FROM node:alpine
77
@@ -48,7 +48,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
4848 && apt-get clean \
4949 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5050
51- ARG NG_CLI_VERSION=21.2.4
51+ ARG NG_CLI_VERSION=21.2.5
5252LABEL angular-cli=$NG_CLI_VERSION node=$NODE_VERSION
5353
5454# npm 5 uses different userid when installing packages, as workaround su to node when installing
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apk add curl && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1
99#simple angular-cli docker installation
1010#docker build -t ng-cli .
1111#or specify angular-cli version
12- #docker build --build-arg NG_CLI_VERSION=21.2.4
12+ #docker build --build-arg NG_CLI_VERSION=21.2.5
1313
1414#FROM node:alpine
1515
@@ -58,7 +58,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
5858 && apt-get clean \
5959 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6060
61- ARG NG_CLI_VERSION=21.2.4
61+ ARG NG_CLI_VERSION=21.2.5
6262LABEL angular-cli=$NG_CLI_VERSION node=$NODE_VERSION
6363
6464# npm 5 uses different userid when installing packages, as workaround su to node when installing
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apk add curl && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1
99#simple angular-cli docker installation
1010#docker build -t ng-cli .
1111#or specify angular-cli version
12- #docker build --build-arg NG_CLI_VERSION=21.2.4
12+ #docker build --build-arg NG_CLI_VERSION=21.2.5
1313
1414#FROM node:alpine
1515
@@ -58,7 +58,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
5858 && apt-get clean \
5959 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6060
61- ARG NG_CLI_VERSION=21.2.4
61+ ARG NG_CLI_VERSION=21.2.5
6262LABEL angular-cli=$NG_CLI_VERSION node=$NODE_VERSION
6363
6464# npm 5 uses different userid when installing packages, as workaround su to node when installing
You can’t perform that action at this time.
0 commit comments