diff --git a/Dockerfile b/Dockerfile index 7210d4f..bf10b0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM node:6.11.1-alpine +FROM node:6.11.2-alpine LABEL authors="Alejandro Such , Mihai Bob " RUN apk update \ && apk add --update alpine-sdk \ - && npm install -g @angular/cli@1.2.1 \ + && npm install -g @angular/cli@1.2.7 \ && ng set --global packageManager=yarn \ && apk del alpine-sdk \ && rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \ diff --git a/README.txt b/README.txt index 768b35b..5d08ab4 100644 --- a/README.txt +++ b/README.txt @@ -4,8 +4,8 @@ / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ -@angular/cli: 1.2.1 -node: 6.11.1 +@angular/cli: 1.2.7 +node: 6.11.2 npm: 3.10.10 yarn: 0.24.6 os: linux x64