From 6bcd5527904385d20750a51710462ce1f8a892d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Feb 2022 22:11:10 +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-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 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- 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..23899b3d 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.17.6-stretch RUN apt-get -y update RUN apt-get -y install \