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