summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2019-04-08 18:45:52 +0200
committerSebastiaan van Stijn <github@gone.nl>2019-04-08 18:50:49 +0200
commit8fd0db70ce18324be9c8409faa1d266f32fcae7b (patch)
treed87aaea48b0540cc77707811249b6d095a0364c6 /Dockerfile.windows
parent965ab2ebbea4e50f8e45bfa0a5c8b3cf189a7c56 (diff)
downloaddocker-8fd0db70ce18324be9c8409faa1d266f32fcae7b.tar.gz
Bump Golang 1.12.2
go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go command, the runtime, and the doc, net, net/http/httputil, and os packages. See the Go 1.12.2 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.12.2 Full diff: https://github.com/golang/go/compare/go1.12.1...go1.12.2 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r--Dockerfile.windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 0f1c4047ba..d3b929116c 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -168,7 +168,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
# Environment variable notes:
# - 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.12.1 `
+ENV GO_VERSION=1.12.2 `
GIT_VERSION=2.11.1 `
GOPATH=C:\go `
FROM_DOCKERFILE=1