From 6763064207ddf42c0b8943dd803942962f1b4aed Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 1 Mar 2016 09:05:12 -0800 Subject: [PATCH] Go 1.6 Git 2.7.2 Signed-off-by: John Howard Upstream-commit: fa362e47e03e7b9b50e3642f50a4478d8b8f1243 Component: engine --- components/engine/Dockerfile.windows | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/Dockerfile.windows b/components/engine/Dockerfile.windows index a3bd310b5d..78db5a3b34 100755 --- a/components/engine/Dockerfile.windows +++ b/components/engine/Dockerfile.windows @@ -40,8 +40,8 @@ FROM windowsservercore # Environment variable notes: # - GOLANG_VERSION must consistent with 'Dockerfile' used by Linux'. # - FROM_DOCKERFILE is used for detection of building within a container. -ENV GOLANG_VERSION=1.5.3 \ - GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.7.1.windows.2/Git-2.7.1.2-64-bit.exe \ +ENV GOLANG_VERSION=1.6 \ + 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 \ GOPATH=C:/go;C:/go/src/github.com/docker/docker/vendor \ FROM_DOCKERFILE=1