Skip to content

Commit

Permalink
Upgrade to node v.5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanosala committed Mar 3, 2016
1 parent 182b193 commit fbdf2c3
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 @@ -10,7 +10,7 @@ RUN apt-get -y install curl git libfontconfig1 libjpeg8 libicu52 python openjdk-

ENV NVM_DIR /usr/local/nvm
ENV NVM_SYMLINK_CURRENT true
ENV NODE_VERSION 5.7.0
ENV NODE_VERSION 5.7.1

RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash \
&& source $NVM_DIR/nvm.sh \
Expand Down

0 comments on commit fbdf2c3

Please sign in to comment.