Merge pull request #10134 from unclejack/bump_go_to_1.4.1

bump go to 1.4.1
This commit is contained in:
unclejack 2015-01-16 19:35:47 +02:00
commit 6a6a89a806

View file

@ -73,7 +73,7 @@ RUN cd /usr/src/lxc \
&& ldconfig
# Install Go
ENV GO_VERSION 1.4
ENV GO_VERSION 1.4.1
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