From 9a0dc6061ed6bd2baee96ecfe7934be8874a03e9 Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Tue, 2 Oct 2018 10:56:51 -0500 Subject: [PATCH] Update yarn version in the cross Dockerfile --- scripts/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 23e9272718..d4b5400414 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -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