From a8a25517458ed2110c36251fa06257551823ee5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Mar 2022 20:26:19 +0000 Subject: [PATCH] fix: vendor/github.com/coreos/etcd/e2e/docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-306461 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-306503 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 --- vendor/github.com/coreos/etcd/e2e/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/coreos/etcd/e2e/docker/Dockerfile b/vendor/github.com/coreos/etcd/e2e/docker/Dockerfile index e2708a7d..a35aaa44 100644 --- a/vendor/github.com/coreos/etcd/e2e/docker/Dockerfile +++ b/vendor/github.com/coreos/etcd/e2e/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8.4-stretch +FROM golang:1.16.14-stretch RUN apt-get -y update RUN apt-get -y install \