mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Go 1.6 Git 2.7.2
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
bcc59fc951
commit
fa362e47e0
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ FROM windowsservercore
|
||||||
# Environment variable notes:
|
# Environment variable notes:
|
||||||
# - GOLANG_VERSION must consistent with 'Dockerfile' used by Linux'.
|
# - GOLANG_VERSION must consistent with 'Dockerfile' used by Linux'.
|
||||||
# - FROM_DOCKERFILE is used for detection of building within a container.
|
# - FROM_DOCKERFILE is used for detection of building within a container.
|
||||||
ENV GOLANG_VERSION=1.5.3 \
|
ENV GOLANG_VERSION=1.6 \
|
||||||
GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.7.1.windows.2/Git-2.7.1.2-64-bit.exe \
|
GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.7.2.windows.1/Git-2.7.2-64-bit.exe \
|
||||||
RSRC_COMMIT=ba14da1f827188454a4591717fff29999010887f \
|
RSRC_COMMIT=ba14da1f827188454a4591717fff29999010887f \
|
||||||
GOPATH=C:/go;C:/go/src/github.com/docker/docker/vendor \
|
GOPATH=C:/go;C:/go/src/github.com/docker/docker/vendor \
|
||||||
FROM_DOCKERFILE=1
|
FROM_DOCKERFILE=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue