Dockerfile: bump Go to 1.4.3

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
Upstream-commit: 34e41580f9d91aa529ae41021a10450cf749863b
Component: engine
This commit is contained in:
unclejack
2015-09-23 12:34:00 +03:00
parent 6f56efa779
commit 029099778a
+1 -1
View File
@@ -83,7 +83,7 @@ RUN cd /usr/src/lxc \
&& ldconfig
# Install Go
ENV GO_VERSION 1.4.2
ENV GO_VERSION 1.4.3
RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.src.tar.gz | tar -v -C /usr/local -xz \
&& mkdir -p /go/bin
ENV PATH /go/bin:/usr/local/go/bin:$PATH