node:8 is current

This commit is contained in:
Colby Gutierrez-Kraybill 2018-03-27 14:11:24 -04:00
parent 70468321c5
commit 5b1891efdb

View file

@ -1,4 +1,4 @@
FROM node:6
FROM node:8
RUN mkdir -p /var/app/current
WORKDIR /var/app/current