Skip to content

Commit

Permalink
update to 19.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kruse committed Feb 9, 2025
1 parent 95113c1 commit ce6205f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#simple angular-cli docker installation
#docker build -t ng-cli .
#or specify angular-cli version
#docker build --build-arg NG_CLI_VERSION=19.1.5
#docker build --build-arg NG_CLI_VERSION=19.1.6

#FROM node:alpine

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG NG_CLI_VERSION=19.1.5
ARG NG_CLI_VERSION=19.1.6
LABEL angular-cli=$NG_CLI_VERSION node=$NODE_VERSION

# npm 5 uses different userid when installing packages, as workaround su to node when installing
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add curl && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1
#simple angular-cli docker installation
#docker build -t ng-cli .
#or specify angular-cli version
#docker build --build-arg NG_CLI_VERSION=19.1.5
#docker build --build-arg NG_CLI_VERSION=19.1.6

#FROM node:alpine

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG NG_CLI_VERSION=19.1.5
ARG NG_CLI_VERSION=19.1.6
LABEL angular-cli=$NG_CLI_VERSION node=$NODE_VERSION

# npm 5 uses different userid when installing packages, as workaround su to node when installing
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add curl && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1
#simple angular-cli docker installation
#docker build -t ng-cli .
#or specify angular-cli version
#docker build --build-arg NG_CLI_VERSION=19.1.5
#docker build --build-arg NG_CLI_VERSION=19.1.6

#FROM node:alpine

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN apt-get update && apt-get install -qqy --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG NG_CLI_VERSION=19.1.5
ARG NG_CLI_VERSION=19.1.6
LABEL angular-cli=$NG_CLI_VERSION node=$NODE_VERSION

# npm 5 uses different userid when installing packages, as workaround su to node when installing
Expand Down

0 comments on commit ce6205f

Please sign in to comment.