Use Node 8.7 to be in line with current master

This commit is contained in:
Max Planck 2019-06-30 14:55:45 -06:00 committed by Clément Michaud
parent 81e39b93b6
commit e40777735b

View File

@ -1,4 +1,4 @@
FROM node:10.16.0-alpine FROM node:8.7.0-alpine
WORKDIR /usr/src WORKDIR /usr/src