File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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=18.2.8 
4+ # docker build --build-arg NG_CLI_VERSION=18.2.9 
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=18.2.8 
51+ ARG  NG_CLI_VERSION=18.2.9 
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=18.2.8 
12+ #docker build --build-arg NG_CLI_VERSION=18.2.9 
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=18.2.8 
61+ ARG NG_CLI_VERSION=18.2.9 
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=18.2.8 
12+ #docker build --build-arg NG_CLI_VERSION=18.2.9 
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=18.2.8 
61+ ARG NG_CLI_VERSION=18.2.9 
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