From 8e954f74638e9504db944939d243c78f62311bfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 23:47:58 +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-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-466509 --- 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..7a89730292 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.22.7 RUN ["go", "tool", "dist", "test", "-compile-only"]