Skip to content

Commit

Permalink
Update to Node.JS 0.10.32
Browse files Browse the repository at this point in the history
NodeJS 0.10.31 has a nasty bug : nodejs/node-v0.x-archive#8208
  • Loading branch information
Y. committed Sep 29, 2014
1 parent 743c2d7 commit cef2b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM google/debian:wheezy

RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl python build-essential git ca-certificates
RUN mkdir /nodejs && curl http://nodejs.org/dist/v0.10.31/node-v0.10.31-linux-x64.tar.gz | tar xvzf - -C /nodejs --strip-components=1
RUN mkdir /nodejs && curl http://nodejs.org/dist/v0.10.32/node-v0.10.32-linux-x64.tar.gz | tar xvzf - -C /nodejs --strip-components=1

ENV PATH $PATH:/nodejs/bin

0 comments on commit cef2b26

Please sign in to comment.