fix dockerfile for new setups (#1740)

pull/1746/head
Paul Davis 2018-10-05 13:23:31 -06:00 committed by Paulus Schoutsen
parent 81d493e1d6
commit 442375f76e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:8.9-alpine
FROM node:8.11.1-alpine
# install yarn
ENV PATH /root/.yarn/bin:$PATH