From 14d1931e20f38642c295a0148b6fd43e83a869cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 May 2022 04:43:34 +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..606ad189 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-stretch RUN apt-get -y update RUN apt-get -y install \