Upgrade Node Environment to 8.x (#329)

7.x has not been maintained since April. 8.x is going into LTS
during October and will receive another 30 months of support.
This commit is contained in:
Myles Borins
2017-09-17 05:11:11 -07:00
committed by Soam Vasani
parent 5072a13c7c
commit 23e20115da
+1 -1
View File
@@ -1,6 +1,6 @@
# A docker image for the func container.
FROM node:7-onbuild
FROM node:8-onbuild
ADD server.js /usr/src/app/server.js