Skip to content

Commit b4439e4

Browse files
committed
Update CLI version to 1.3.0
1 parent 41de35c commit b4439e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL authors="Alejandro Such <alejandro.such@gmail.com> , Mihai Bob <mihai.m.bo
44

55
RUN apk update \
66
&& apk add --update alpine-sdk \
7-
&& npm install -g @angular/cli@1.3.0-rc.5 \
7+
&& npm install -g @angular/cli@1.3.0 \
88
&& ng set --global packageManager=yarn \
99
&& apk del alpine-sdk \
1010
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
55
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
66
|___/
7-
@angular/cli: 1.3.0-rc.5
7+
@angular/cli: 1.3.0
88
node: 6.11.2
99
npm: 3.10.10
1010
yarn: 0.24.6

0 commit comments

Comments
 (0)