Explorar o código

use Go 1.1.1 to build docker

unclejack %!s(int64=12) %!d(string=hai) anos
pai
achega
78a76ad50e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/dockerbuilder/Dockerfile

+ 1 - 1
hack/dockerbuilder/Dockerfile

@@ -13,7 +13,7 @@ run	apt-get update
 # Packages required to checkout, build and upload docker
 # Packages required to checkout, build and upload docker
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q s3cmd
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q s3cmd
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q curl
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q curl
-run	curl -s -o /go.tar.gz https://go.googlecode.com/files/go1.1.linux-amd64.tar.gz
+run	curl -s -o /go.tar.gz https://go.googlecode.com/files/go1.1.1.linux-amd64.tar.gz
 run	tar -C /usr/local -xzf /go.tar.gz
 run	tar -C /usr/local -xzf /go.tar.gz
 run	echo "export PATH=/usr/local/go/bin:$PATH" > /.bashrc
 run	echo "export PATH=/usr/local/go/bin:$PATH" > /.bashrc
 run	echo "export PATH=/usr/local/go/bin:$PATH" > /.bash_profile
 run	echo "export PATH=/usr/local/go/bin:$PATH" > /.bash_profile