mirror of https://github.com/linkerd/linkerd2.git
Upgrade web docker build base image to node:10 (#1068)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
parent
b7da30a293
commit
4584637920
|
@ -1,6 +1,6 @@
|
|||
## bundle web assets
|
||||
FROM node:6.7.0 as webpack-bundle
|
||||
RUN curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
FROM node:10 as webpack-bundle
|
||||
RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
|
||||
|
||||
ENV HOME /root
|
||||
ENV PATH $HOME/.yarn/bin:$PATH
|
||||
|
|
Loading…
Reference in New Issue