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 171f9a5
Showing 1 changed file with 1 addition and 1 deletion.
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 171f9a5

Please sign in to comment.