Merge pull request #16518 from unclejack/bump_go_to_1.4.3

Dockerfile: bump Go to 1.4.3
This commit is contained in:
Jess Frazelle 2015-09-23 15:21:06 -07:00
commit 200fa6978c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ RUN cd /usr/src/lxc \
&& ldconfig && ldconfig
# Install Go # 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 \ RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.src.tar.gz | tar -v -C /usr/local -xz \
&& mkdir -p /go/bin && mkdir -p /go/bin
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH