Signed-off-by: John Howard <jhoward@microsoft.com>
(cherry picked from commit 8a45eea2ddac40c907feb38859eb056a4d0024cc)
Signed-off-by: Victor Vieux <vieux@docker.com>
| ... | ... |
@@ -166,7 +166,7 @@ SHELL ["powershell", "-command"] |
| 166 | 166 |
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux. |
| 167 | 167 |
# - FROM_DOCKERFILE is used for detection of building within a container. |
| 168 | 168 |
ENV GO_VERSION=1.7.4 ` |
| 169 |
- GIT_VERSION=2.10.2 ` |
|
| 169 |
+ GIT_VERSION=2.11.0 ` |
|
| 170 | 170 |
GOPATH=C:\go ` |
| 171 | 171 |
FROM_DOCKERFILE=1 |
| 172 | 172 |
|