From 2c7032bdc427f8bfc7dec880acec4e9e1d0a02cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Nov 2025 18:16:42 +0000 Subject: [PATCH] fix: demo/go-client-api/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340821 - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340821 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 --- .../vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/go-client-api/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 b/demo/go-client-api/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 index fd8435d3..b3fbf737 100644 --- a/demo/go-client-api/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 +++ b/demo/go-client-api/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 @@ -2,7 +2,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -FROM golang:1.9 +FROM golang:1.25.4 LABEL maintainer "golang-dev@googlegroups.com" ENV CGO_ENABLED=0