aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.e2e
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.e2e
parent3e8bfcc9f2c1906d3080dc03b7fe45db5386077a (diff)
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.e2e')
-rw-r--r--Dockerfile.e2e2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.e2e b/Dockerfile.e2e
index 1696f5320e..a58a2db1b3 100644
--- a/Dockerfile.e2e
+++ b/Dockerfile.e2e
@@ -1,4 +1,4 @@
-ARG GO_VERSION=1.17.7
+ARG GO_VERSION=1.17.8
FROM golang:${GO_VERSION}-alpine AS base
ENV GO111MODULE=off