From 8d3ada4d6772f395e1dbf293f8571c9e5369640c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 22:00:26 +0000 Subject: [PATCH] fix: test.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.Dockerfile b/test.Dockerfile index b7514e30..ee4b9c5b 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,6 +1,6 @@ # use debian instead of alpine because the go race requires glibc # https://github.com/golang/go/issues/14481 -FROM golang:1.17 +FROM golang:1.22.7 RUN apt-get update && apt-get install -y git make ca-certificates wget build-essential WORKDIR /go