diff --git a/web/Dockerfile b/web/Dockerfile index 2c6c6a6d7..13db6488b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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