summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorJintao Zhang <zhangjintao9020@gmail.com>2019-10-18 10:23:09 +0800
committerJintao Zhang <zhangjintao9020@gmail.com>2019-10-18 10:23:09 +0800
commit635584280ba2c669542b0357b186070032a1d34a (patch)
tree0677b2121a561ecc6c00e0dd21cff23cee37a9bd /Dockerfile.windows
parent1e000435e60da678f3cb44ce4e5153d70328742c (diff)
downloaddocker-635584280ba2c669542b0357b186070032a1d34a.tar.gz
Bump Golang 1.13.3 (CVE-2019-17596)
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 52f7c4b3f4..9eae9d34f8 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
# Use PowerShell as the default shell
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ARG GO_VERSION=1.13.1
+ARG GO_VERSION=1.13.3
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.