Browse code

Windows: Bump to latest version of git

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/12/06 11:40:31
Showing 1 changed files
... ...
@@ -161,7 +161,7 @@ SHELL ["powershell", "-command"]
161 161
 #  - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
162 162
 #  - FROM_DOCKERFILE is used for detection of building within a container.
163 163
 ENV GO_VERSION=1.7.3 `
164
-    GIT_VERSION=2.10.2 `
164
+    GIT_VERSION=2.11.0 `
165 165
     GOPATH=C:\go `
166 166
     FROM_DOCKERFILE=1
167 167