summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-10-08 15:12:36 +0200
committerSebastiaan van Stijn <github@gone.nl>2021-10-08 15:12:36 +0200
commite7fb0c8201aec0f148e5a162ceadc0ac304a4bcb (patch)
tree42e90430053bc42a61ce151a75794780bae576a6 /Dockerfile.windows
parent1430d849a4fe74d601896d4bbb0134e898ef8a76 (diff)
downloaddocker-e7fb0c8201aec0f148e5a162ceadc0ac304a4bcb.tar.gz
Update Go to 1.17.2
go1.17.2 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the compiler, the runtime, the go command, and to the time and text/template packages. See the Go 1.17.2 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.17.2+label%3ACherryPickApproved 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 528c42f914..94c3b0f95f 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.17.1
+ARG GO_VERSION=1.17.2
ARG CONTAINERD_VERSION=1.5.5
ARG GOTESTSUM_VERSION=v1.7.0