From 06801bd0d2b22327512d498be39e8da6aae334a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Sep 2023 00:31:13 +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-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2359258 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - 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..395324c 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.21.0 ENV GOPATH /tmp/gopath