Update Dockerfile (#10441)

Updated the `node` version.
This commit is contained in:
JJ Asghar
2018-10-03 19:28:52 -05:00
committed by k8s-ci-robot
parent 0efa984ce2
commit dd1509fa1b
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:6.9.2
FROM node:6.14.2
EXPOSE 8080
COPY server.js .
CMD node server.js