Skip to content

Commit 525e21b

Browse files
Merge pull request #9 from Mihai-B/master
update to angular-cli 1.2.0
2 parents 6615ee8 + b1677e7 commit 525e21b

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.1.3 \
7+
&& npm install -g @angular/cli@1.2.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.1.3
7+
@angular/cli: 1.2.0
88
node: 6.10.2
99
npm: 3.10.10
1010
yarn: 0.23.2

0 commit comments

Comments
 (0)