From 5e8ee27ca426166508e6e3e3c3a6c2a80f1ad00d Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 14 Dec 2018 09:10:32 -0500 Subject: [PATCH] Bump dockerfile Go version --- scripts/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 75d892c31..96875406a 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -19,7 +19,7 @@ RUN rm -rf /var/lib/apt/lists/* RUN npm install -g yarn@1.12.1 -ENV GOVERSION 1.11.2 +ENV GOVERSION 1.11.3 RUN mkdir /goroot && mkdir /gopath RUN curl https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz \ | tar xvzf - -C /goroot --strip-components=1