Browse code

use Go 1.1.1 to build docker

unclejack authored on 2013/06/13 14:59:41
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@ run	apt-get update
13 13
 # Packages required to checkout, build and upload docker
14 14
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q s3cmd
15 15
 run	DEBIAN_FRONTEND=noninteractive apt-get install -y -q curl
16
-run	curl -s -o /go.tar.gz https://go.googlecode.com/files/go1.1.linux-amd64.tar.gz
16
+run	curl -s -o /go.tar.gz https://go.googlecode.com/files/go1.1.1.linux-amd64.tar.gz
17 17
 run	tar -C /usr/local -xzf /go.tar.gz
18 18
 run	echo "export PATH=/usr/local/go/bin:$PATH" > /.bashrc
19 19
 run	echo "export PATH=/usr/local/go/bin:$PATH" > /.bash_profile