From a83009072484b281b7d8e1dea0b3f316f280134c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2025 04:45:47 +0000 Subject: [PATCH] fix: vendor/github.com/newrelic/go-agent/internal/tools/utilization/Dockerfile 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-GLIBC-1315333 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340915 --- .../newrelic/go-agent/internal/tools/utilization/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/newrelic/go-agent/internal/tools/utilization/Dockerfile b/vendor/github.com/newrelic/go-agent/internal/tools/utilization/Dockerfile index bad23d4..ac47fc5 100644 --- a/vendor/github.com/newrelic/go-agent/internal/tools/utilization/Dockerfile +++ b/vendor/github.com/newrelic/go-agent/internal/tools/utilization/Dockerfile @@ -8,7 +8,7 @@ # docker run utilization # -FROM golang:1.15 +FROM golang:1.24rc2 ENV GOPATH /tmp/gopath