From d2dd1f924a58386369663b62dc53cedb99111ac8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 04:46:49 +0000 Subject: [PATCH] fix: images/runtimes/go1.12/Dockerfile.x86_64 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-5853772 --- images/runtimes/go1.12/Dockerfile.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/runtimes/go1.12/Dockerfile.x86_64 b/images/runtimes/go1.12/Dockerfile.x86_64 index cb2944062f..c2cf37a2c1 100644 --- a/images/runtimes/go1.12/Dockerfile.x86_64 +++ b/images/runtimes/go1.12/Dockerfile.x86_64 @@ -1,4 +1,4 @@ # Go is easy, since we already have everything we need to compile the proctor # binary and run the tests in the golang Docker image. -FROM golang:1.12 +FROM golang:1.23.4 RUN ["go", "tool", "dist", "test", "-compile-only"]