From a96bdbc91ed63464f58026a7a042caaa388d1a92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 10:14:50 +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-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSH-5788320 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- 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..1b18054006 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.26rc3 RUN ["go", "tool", "dist", "test", "-compile-only"]