Skip to content

Commit

Permalink
Pin Node version to 5.x on Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
pataquets committed May 5, 2016
1 parent 40eda61 commit 833d650
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
@@ -1,4 +1,4 @@
FROM node:onbuild
FROM node:5-onbuild

RUN \
cp -v exampleConfig.js config.js && \
Expand Down

0 comments on commit 833d650

Please sign in to comment.