From 360143563cf41a836d63adb27fed62b5b92b1b10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Aug 2025 19:46:03 +0000 Subject: [PATCH] fix: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.template to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-GLIBC-356850 --- .../interoptest/grpc_interop_go1.8/Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.template b/templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.template index 860d4ffa41f26..8450d8cd4bfa8 100644 --- a/templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.template +++ b/templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.template @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. - FROM golang:1.8 + FROM golang:1.25.0 <%include file="../../go_path.include"/> <%include file="../../python_deps.include"/>