Skip to content

Commit 569202c

Browse files
author
Thomas Kruse
committed
update to 20.3.6
1 parent 39698dc commit 569202c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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=20.3.5
4+
#docker build --build-arg NG_CLI_VERSION=20.3.6
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=20.3.5
51+
ARG NG_CLI_VERSION=20.3.6
5252
LABEL 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

Dockerfile.arm32v7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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=20.3.5
12+
#docker build --build-arg NG_CLI_VERSION=20.3.6
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=20.3.5
61+
ARG NG_CLI_VERSION=20.3.6
6262
LABEL 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

Dockerfile.arm64v8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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=20.3.5
12+
#docker build --build-arg NG_CLI_VERSION=20.3.6
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=20.3.5
61+
ARG NG_CLI_VERSION=20.3.6
6262
LABEL 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

0 commit comments

Comments
 (0)