From d9dee9f2190364aa73c155c9f0af963a5e12150e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Feb 2023 00:04:12 +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-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232719 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 --- .../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..9a8dc08 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.20 ENV GOPATH /tmp/gopath