From 2d285b4b33eb6343046d414ee4cbea0091027d01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 09:58:20 +0000 Subject: [PATCH] fix: builder/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index f60b87c..2dec401 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:latest +FROM golang:1.23rc2 LABEL maintainer="Frederic Boltz " ENV GOPATH /gopath/