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:
committed by
Soam Vasani
parent
5072a13c7c
commit
23e20115da
@@ -1,6 +1,6 @@
|
|||||||
# A docker image for the func container.
|
# A docker image for the func container.
|
||||||
|
|
||||||
FROM node:7-onbuild
|
FROM node:8-onbuild
|
||||||
|
|
||||||
ADD server.js /usr/src/app/server.js
|
ADD server.js /usr/src/app/server.js
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user