From d410c41bdafb36186eb094ec2848eac27c68463f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 21:52:18 +0000 Subject: [PATCH] fix: vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.11 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570797 - https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570802 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-349027 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-461185 - https://snyk.io/vuln/SNYK-DEBIAN10-SUBVERSION-1071814 --- .../aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.11 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.11 index 0f5132536..8fba869d3 100644 --- a/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.11 +++ b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.11 @@ -1,4 +1,4 @@ -FROM golang:1.11 +FROM golang:1.15.14 ADD . /go/src/github.com/aws/aws-sdk-go