Browse code

bump Go to 1.3.3

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

unclejack authored on 2014/10/01 23:14:48
Showing 1 changed files
... ...
@@ -59,7 +59,7 @@ RUN	cd /usr/local/lvm2 && ./configure --enable-static_link && make device-mapper
59 59
 # see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
60 60
 
61 61
 # Install Go
62
-RUN	curl -sSL https://golang.org/dl/go1.3.2.src.tar.gz | tar -v -C /usr/local -xz
62
+RUN	curl -sSL https://golang.org/dl/go1.3.3.src.tar.gz | tar -v -C /usr/local -xz
63 63
 ENV	PATH	/usr/local/go/bin:$PATH
64 64
 ENV	GOPATH	/go:/go/src/github.com/docker/docker/vendor
65 65
 ENV PATH /go/bin:$PATH