Update Dockerfile to use 0.12.x version of node
This commit is contained in:
parent
3eaad240b0
commit
9c38966b40
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user