From 6440292f4f2c82344ef9d8cf4915c56c0d4c4caf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jan 2023 03:57:20 +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-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 --- .../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..9a4307a 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.20rc3 ENV GOPATH /tmp/gopath