From 1e4455d6860d5456cc4133e285b02fdeab5e08b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 12:58:55 +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-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 --- .../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..653c2c9 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.25.5 ENV GOPATH /tmp/gopath