Update yarn version in the cross Dockerfile

This commit is contained in:
Matthew Irish 2018-10-02 10:56:51 -05:00 committed by GitHub
parent a68f6cb543
commit 9a0dc6061e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ RUN apt-get install -y nodejs
RUN rm -rf /var/lib/apt/lists/*
RUN npm install -g yarn@1.5.0
RUN npm install -g yarn@1.9.4
ENV GOVERSION 1.10.3
RUN mkdir /goroot && mkdir /gopath