summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-03-04 16:36:56 +0100
committerSebastiaan van Stijn <github@gone.nl>2022-03-04 16:36:56 +0100
commite781cf5f64b251be44c6066999f20c28804c37cf (patch)
tree98a392c53dc50d8dbc06635c5e6fbb33102f89b3 /Dockerfile.windows
parent3e8bfcc9f2c1906d3080dc03b7fe45db5386077a (diff)
downloaddocker-e781cf5f64b251be44c6066999f20c28804c37cf.tar.gz
update to go 1.17.8 to address CVE-2022-24921
Addresses [CVE-2022-24921](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24921) go1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, and net packages. See the Go 1.17.8 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.17.8+label%3ACherryPickApproved full diff: https://github.com/golang/go/compare/go1.17.7...go1.17.8 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 740b350d7d..1f315fcb23 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.7
+ARG GO_VERSION=1.17.8
ARG CONTAINERD_VERSION=1.5.9
ARG GOTESTSUM_VERSION=v1.7.0