Skip to content

Commit

Permalink
Update Dockerfile to use 0.12.x version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Brey committed Apr 14, 2015
1 parent 3eaad24 commit 9c38966
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,5 +1,5 @@
# Pull base image.
FROM node:0.11.14-onbuild
FROM node:0.12-onbuild

# Node base will default the command to `node server.js`.

Expand Down

0 comments on commit 9c38966

Please sign in to comment.