From 9d0d9c8d301138f81b56f06f0733430fdcfd3d5f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 3 Apr 2018 11:04:02 -0400 Subject: [PATCH] Bump yarn --- scripts/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index b1363053f7..22227350a4 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 bower yarn@0.17.10 +RUN npm install -g bower yarn@1.5.0 ENV GOVERSION 1.10.1 RUN mkdir /goroot && mkdir /gopath