Skip to content

Commit 5caeaaf

Browse files
author
Mihai Bob
committed
update CLI version to 1.6.5
1 parent 1876200 commit 5caeaaf

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 python \
7-
&& yarn global add @angular/cli@1.6.4 \
7+
&& yarn global add @angular/cli@1.6.5 \
88
&& ng set --global packageManager=yarn \
99
&& apk del alpine-sdk python \
1010
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|___/
88
```
99

10-
**@angular/cli:** 1.6.4<br/>
10+
**@angular/cli:** 1.6.5<br/>
1111
**node:** 6.11.2<br/>
1212
**npm:** 3.10.10<br/>
1313
**yarn:** 0.24.6<br/>

0 commit comments

Comments
 (0)