From 3aba7ecf9243920cca2220246db8933ebd005375 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 16:26:15 +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-INETUTILS-564850 - https://snyk.io/vuln/SNYK-DEBIAN8-SQLITE3-307592 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 --- .../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..451a760acb1f5 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.23.4 <%include file="../../go_path.include"/> <%include file="../../python_deps.include"/>