Skip to content

Commit

Permalink
Update node to 6.0.0 and npm to 3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Page- committed Apr 29, 2016
1 parent a000b1e commit 57d37d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Updated node to 6.0.0 and npm to 3.8.8
* Updated to confd 0.11.0

# 1.4.0
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN apt-get update \
wget \
&& rm -rf /var/lib/apt/lists/*

ENV NODE_VERSION 4.4.3
ENV NPM_VERSION 2.15.4
ENV NODE_VERSION 6.0.0
ENV NPM_VERSION 3.8.8

RUN curl -SL "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" | tar xz -C /usr/local --strip-components=1 \
&& npm install -g npm@"$NPM_VERSION" \
Expand Down

0 comments on commit 57d37d6

Please sign in to comment.