From 582af4f600bd7e8ef449bc56e5a6bf29dfc5dc18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 21:08:51 +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-EXPAT-2359258 - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2403513 --- 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..f32e30b93f 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.24.3 RUN ["go", "tool", "dist", "test", "-compile-only"]