Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -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 |
|