From ce74b0c779b19ade9b7c5bd8aca61ded5133ffff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Aug 2025 22:21:07 +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-OPENSSL-2807585 --- 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..e28b1e06d7 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.25.0 RUN ["go", "tool", "dist", "test", "-compile-only"]