Skip to content

Commit

Permalink
Merge pull request #10 from tubbynl/master
Browse files Browse the repository at this point in the history
angular-cli:1.2.1, fixed node on version 6.11.1
  • Loading branch information
alejandroSuch authored Jul 19, 2017
2 parents 525e21b + a1025dd commit c55fd6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:6-alpine
FROM node:6.11.1-alpine

LABEL authors="Alejandro Such <[email protected]> , Mihai Bob <[email protected]>"

RUN apk update \
&& apk add --update alpine-sdk \
&& npm install -g @angular/[email protected].0 \
&& npm install -g @angular/[email protected].1 \
&& ng set --global packageManager=yarn \
&& apk del alpine-sdk \
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
@angular/cli: 1.2.0
node: 6.10.2
@angular/cli: 1.2.1
node: 6.11.1
npm: 3.10.10
yarn: 0.23.2
yarn: 0.24.6
os: linux x64
package manager: yarn
docker hub: https://hub.docker.com/r/alexsuch/angular-cli/
Expand Down

0 comments on commit c55fd6b

Please sign in to comment.