Skip to content

Commit

Permalink
Upgrade to node v.5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanosala committed Mar 9, 2016
1 parent fbdf2c3 commit e1c10a1
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.1
ENV NODE_VERSION 5.8.0

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 e1c10a1

Please sign in to comment.