From c80621aefefc2fc302a7b185de9c99f892c2e5f7 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Wed, 14 Oct 2015 19:56:42 +0500 Subject: [PATCH] bump to go-1.4.3 --- Dockerfile.build-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build-base b/Dockerfile.build-base index a0e34386..63b44af7 100644 --- a/Dockerfile.build-base +++ b/Dockerfile.build-base @@ -13,7 +13,7 @@ RUN chmod +x /usr/bin/docker RUN pip install tox -RUN curl -sSL https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar -xz -C /usr/local +RUN curl -sSL https://storage.googleapis.com/golang/go1.4.3.linux-amd64.tar.gz | tar -xz -C /usr/local ENV PATH $PATH:/usr/local/go/bin RUN mkdir -p /go/src /go/bin && chmod -R 777 /go