Use Node 8.7 to be in line with current master

pull/385/head
Max Planck 2019-06-30 14:55:45 -06:00 committed by Clément Michaud
parent 81e39b93b6
commit e40777735b
1 changed files with 1 additions and 1 deletions

View File

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