Browse code

bump go to 1.2.1 in the Dockerfile

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)

unclejack authored on 2014/03/03 22:09:54
Showing 1 changed files
... ...
@@ -62,7 +62,7 @@ RUN	cd /usr/local/lvm2 && ./configure --enable-static_link && make device-mapper
62 62
 # see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
63 63
 
64 64
 # Install Go
65
-RUN	curl -s https://go.googlecode.com/files/go1.2.src.tar.gz | tar -v -C /usr/local -xz
65
+RUN	curl -s https://go.googlecode.com/files/go1.2.1.src.tar.gz | tar -v -C /usr/local -xz
66 66
 ENV	PATH	/usr/local/go/bin:$PATH
67 67
 ENV	GOPATH	/go:/go/src/github.com/dotcloud/docker/vendor
68 68
 RUN	cd /usr/local/go/src && ./make.bash --no-clean 2>&1