From 180cb73e2f004768a1f586366b49c12f07b41866 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Dec 2024 21:31:14 +0000 Subject: [PATCH] fix: images/gcloud-in-go/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- images/gcloud-in-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/gcloud-in-go/Dockerfile b/images/gcloud-in-go/Dockerfile index 5984b885c9ba..69af6e4f08ae 100644 --- a/images/gcloud-in-go/Dockerfile +++ b/images/gcloud-in-go/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Includes go and gcloud -FROM golang:1.20 +FROM golang:1.24rc1 # add env we can debug with the image name:tag ARG IMAGE_ARG