summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorJintao Zhang <zhangjintao9020@gmail.com>2019-04-08 23:24:43 +0000
committerJintao Zhang <zhangjintao9020@gmail.com>2019-04-09 15:41:43 +0000
commitb5bb9eb3dd86a4a6593a8a59912ea06d4ebebf55 (patch)
tree16cd6c8d85518f091538c9fd94633b8b9a800138 /Dockerfile.windows
parentdf3b6383d1ee2f067afce98cefd7c300ddcb02d6 (diff)
downloaddocker-b5bb9eb3dd86a4a6593a8a59912ea06d4ebebf55.tar.gz
Bump Golang 1.12.3
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
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 d3b929116c..2ae7e6547f 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.2 `
+ENV GO_VERSION=1.12.3 `
GIT_VERSION=2.11.1 `
GOPATH=C:\go `
FROM_DOCKERFILE=1