summaryrefslogtreecommitdiff
path: root/Dockerfile.e2e
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-08-03 20:06:35 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-08-03 20:08:21 +0200
commitf1d71f7cc3e5a394db078526dcffbdb64f0cac4e (patch)
tree3828c7d652fff8c20ecec8cdb3a8d8d957d49475 /Dockerfile.e2e
parent9100e3c087216343e4149887d43f1e7ae272968a (diff)
downloaddocker-f1d71f7cc3e5a394db078526dcffbdb64f0cac4e.tar.gz
Update golang to 1.18.5
Update Go runtime to 1.18.5 to address CVE-2022-32189. Full diff: https://github.com/golang/go/compare/go1.18.4...go1.18.5 -------------------------------------------------------- From the security announcement: https://groups.google.com/g/golang-announce/c/YqYYG87xB10 We have just released Go versions 1.18.5 and 1.17.13, minor point releases. These minor releases include 1 security fixes following the security policy: encoding/gob & math/big: decoding big.Float and big.Rat can panic Decoding big.Float and big.Rat types can panic if the encoded message is too short. This is CVE-2022-32189 and Go issue https://go.dev/issue/53871. View the release notes for more information: https://go.dev/doc/devel/release#go1.18.5 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 7f64cc5caf..562c5d5a60 100644
--- a/Dockerfile.e2e
+++ b/Dockerfile.e2e
@@ -1,4 +1,4 @@
-ARG GO_VERSION=1.18.4
+ARG GO_VERSION=1.18.5
FROM golang:${GO_VERSION}-alpine AS base
ENV GO111MODULE=off