From 7145a067d80719ea48094c5c0cb77d44b5d08da4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 19:15:03 +0000 Subject: [PATCH] fix: Godeps/_workspace/src/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-EXPAT-2403847 - https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144 --- Godeps/_workspace/src/golang.org/x/net/http2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/_workspace/src/golang.org/x/net/http2/Dockerfile b/Godeps/_workspace/src/golang.org/x/net/http2/Dockerfile index b4e14d55a515..4650a79f1cd7 100644 --- a/Godeps/_workspace/src/golang.org/x/net/http2/Dockerfile +++ b/Godeps/_workspace/src/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 && \