From c3acb64a92f23cadd5a0981f3f680d7565f2894d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 21:40:39 +0000 Subject: [PATCH] fix: vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340821 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-461192 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-584362 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- .../aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 index 93c825b00..2a253d4a2 100644 --- a/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 +++ b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 @@ -1,4 +1,4 @@ -FROM golang:1.9 +FROM golang:1.15.14 ADD . /go/src/github.com/aws/aws-sdk-go