From 5223240da8f734992e7b0d58956363262c8251a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Jun 2022 00:17:54 +0000 Subject: [PATCH] fix: 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-OPENSSL-2807589 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-306503 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 --- vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 b/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 index fd8435d31..4b3e79571 100644 --- a/vendor/golang.org/x/net/http2/h2demo/Dockerfile.0 +++ b/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.18.1 LABEL maintainer "golang-dev@googlegroups.com" ENV CGO_ENABLED=0