Skip to content

Commit

Permalink
bump nodejs to 6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Santana committed Mar 28, 2017
1 parent 003692c commit 2949ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/nodejs6Action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nodejsactionbase

# based on https://github.com/nodejs/docker-node
ENV NODE_VERSION 6.9.1
ENV NODE_VERSION 6.10.1
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
&& tar -xzf "node-v$NODE_VERSION-linux-x64.tar.gz" -C /usr/local --strip-components=1 \
&& rm "node-v$NODE_VERSION-linux-x64.tar.gz"
Expand Down

0 comments on commit 2949ada

Please sign in to comment.