From 5325b3fb304eb3f31187794c9863dd927f0438e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Sep 2025 08:54:20 +0000 Subject: [PATCH] fix: script/codegen.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- script/codegen.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/codegen.Dockerfile b/script/codegen.Dockerfile index 0d36ef63f0..96101e8d1a 100644 --- a/script/codegen.Dockerfile +++ b/script/codegen.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23 +FROM golang:1.25.1 ARG USER=$USER ARG UID=$UID