Use Node 8.4 for builds

This commit is contained in:
jpellizzari
2017-08-21 13:47:31 -07:00
parent 86292acf47
commit 659759fdfd
3 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
FROM node:6.9.0
RUN npm install -g yarn
FROM node:8.4.0
WORKDIR /home/weave
COPY package.json yarn.lock /home/weave/
ENV NPM_CONFIG_LOGLEVEL=warn NPM_CONFIG_PROGRESS=false