Skip to content

Commit 73631cc

Browse files
Merge pull request #11 from Mihai-B/master
Update to angular-cli 1.2.7 and node 6.11.2
2 parents c55fd6b + eaf75cc commit 73631cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:6.11.1-alpine
1+
FROM node:6.11.2-alpine
22

33
LABEL authors="Alejandro Such <alejandro.such@gmail.com> , Mihai Bob <mihai.m.bob@gmail.com>"
44

55
RUN apk update \
66
&& apk add --update alpine-sdk \
7-
&& npm install -g @angular/cli@1.2.1 \
7+
&& npm install -g @angular/cli@1.2.7 \
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
55
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
66
|___/
7-
@angular/cli: 1.2.1
8-
node: 6.11.1
7+
@angular/cli: 1.2.7
8+
node: 6.11.2
99
npm: 3.10.10
1010
yarn: 0.24.6
1111
os: linux x64

0 commit comments

Comments
 (0)