From 9ab0869c0fd0bd8c0d5d7d65d0dd394b86b1b228 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 04:58: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-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - 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..623ab8364a2d 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.23.4 # add env we can debug with the image name:tag ARG IMAGE_ARG