Update dockerfile to latest version of node
This commit is contained in:
parent
593ec667a4
commit
3eaad240b0
@ -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`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user