From a6482c217b470c7b665340acec09a930761e08d9 Mon Sep 17 00:00:00 2001 From: John Howard Date: Mon, 5 Dec 2016 18:40:31 -0800 Subject: [PATCH] Windows: Bump to latest version of git Signed-off-by: John Howard Upstream-commit: 8a45eea2ddac40c907feb38859eb056a4d0024cc Component: engine --- components/engine/Dockerfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/Dockerfile.windows b/components/engine/Dockerfile.windows index c6e897b7c8..867a744d56 100644 --- a/components/engine/Dockerfile.windows +++ b/components/engine/Dockerfile.windows @@ -161,7 +161,7 @@ SHELL ["powershell", "-command"] # - GO_VERSION must be consistent with 'Dockerfile' used by Linux. # - FROM_DOCKERFILE is used for detection of building within a container. ENV GO_VERSION=1.7.3 ` - GIT_VERSION=2.10.2 ` + GIT_VERSION=2.11.0 ` GOPATH=C:\go ` FROM_DOCKERFILE=1