fix: vendor/golang.org/x/net/http2/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144
- https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-3314800
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-3234995
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059
This commit is contained in:
snyk-bot
2023-06-17 03:31:05 +00:00
parent 6046bc34c9
commit 9d309fde13

View File

@@ -6,7 +6,7 @@
# Go tests use this curl binary for integration tests.
#
FROM ubuntu:trusty
FROM ubuntu:trusty-20190515
RUN apt-get update && \
apt-get upgrade -y && \