Update dockerfile to latest version of node

This commit is contained in:
Kevin Brey 2014-11-11 02:49:17 -06:00
parent 593ec667a4
commit 3eaad240b0

View File

@ -1,5 +1,5 @@
# Pull base image. # Pull base image.
FROM node:0.10-onbuild FROM node:0.11.14-onbuild
# Node base will default the command to `node server.js`. # Node base will default the command to `node server.js`.