Rasies the node version from 8 to 10 in the dockerfile

This commit is contained in:
Zachary Boyd 2018-09-09 15:45:46 -04:00
parent b65fa27ba8
commit ba837dca3e

View file

@ -1,4 +1,4 @@
FROM node:8-jessie
FROM node:10-jessie
WORKDIR /app