Skip to content

Commit d14cc23

Browse files
Merge pull request #5 from daniel-sc/master
Update to angular-cli release 1.1.0
2 parents e141ffa + 65db458 commit d14cc23

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.0-rc.2 \
7+
&& npm install -g @angular/cli@1.1.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.0-rc.2
7+
@angular/cli: 1.1.0
88
node: 6.10.2
99
npm: 3.10.10
1010
yarn: 0.23.2

0 commit comments

Comments
 (0)