mirror of https://github.com/docker/docs.git
Add note in dockerfile about go version
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
3ce3fb7417
commit
6c1382e151
|
|
@ -87,6 +87,9 @@ RUN cd /usr/local/lvm2 \
|
||||||
# see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
|
# see https://git.fedorahosted.org/cgit/lvm2.git/tree/INSTALL
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
|
# IMPORTANT: If the version of Go is updated, the Windows to Linux CI machines
|
||||||
|
# will need updating, to avoid errors. Ping #docker-maintainers on IRC
|
||||||
|
# with a heads-up.
|
||||||
ENV GO_VERSION 1.5.3
|
ENV GO_VERSION 1.5.3
|
||||||
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
|
RUN curl -fsSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" \
|
||||||
| tar -xzC /usr/local
|
| tar -xzC /usr/local
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue