Skip to content

Commit

Permalink
update npm to match what is bundled with node 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abresas committed Jun 20, 2016
1 parent 4e06ca1 commit af0235c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Updated node to 6.2.2
* Updated node to 6.2.2 and npm to 3.9.5

# 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

ENV NODE_VERSION 6.2.2
ENV NPM_VERSION 3.8.9
ENV NPM_VERSION 3.9.5

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 af0235c

Please sign in to comment.