mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Use Node 8.4 for builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user