From be6a80382a3bd1fedd36f5730d430c45adcf0728 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 00:20:50 +0000 Subject: [PATCH] fix: gcs-fetcher/vendor/golang.org/x/net/http2/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-3234995 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059 - https://snyk.io/vuln/SNYK-UBUNTU1404-CYRUSSASL2-2408944 - https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-2426359 --- gcs-fetcher/vendor/golang.org/x/net/http2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcs-fetcher/vendor/golang.org/x/net/http2/Dockerfile b/gcs-fetcher/vendor/golang.org/x/net/http2/Dockerfile index 53fc52579..e3d83a4de 100644 --- a/gcs-fetcher/vendor/golang.org/x/net/http2/Dockerfile +++ b/gcs-fetcher/vendor/golang.org/x/net/http2/Dockerfile @@ -6,7 +6,7 @@ # Go tests use this curl binary for integration tests. # -FROM ubuntu:trusty +FROM ubuntu:trusty-20190425 RUN apt-get update && \ apt-get upgrade -y && \