Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -40,8 +40,8 @@ FROM windowsservercore |
| 40 | 40 |
# Environment variable notes: |
| 41 | 41 |
# - GOLANG_VERSION must consistent with 'Dockerfile' used by Linux'. |
| 42 | 42 |
# - FROM_DOCKERFILE is used for detection of building within a container. |
| 43 |
-ENV GOLANG_VERSION=1.5.3 \ |
|
| 44 |
- GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.7.1.windows.2/Git-2.7.1.2-64-bit.exe \ |
|
| 43 |
+ENV GOLANG_VERSION=1.6 \ |
|
| 44 |
+ GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.7.2.windows.1/Git-2.7.2-64-bit.exe \ |
|
| 45 | 45 |
RSRC_COMMIT=ba14da1f827188454a4591717fff29999010887f \ |
| 46 | 46 |
GOPATH=C:/go;C:/go/src/github.com/docker/docker/vendor \ |
| 47 | 47 |
FROM_DOCKERFILE=1 |