Update Dockerfile to use 0.12.x version of node

This commit is contained in:
Kevin Brey 2015-04-14 13:29:23 -05:00
parent 3eaad240b0
commit 9c38966b40

View File

@ -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`.