From 8a1cdce6b2276935242e0c50350609fdc1e79f4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 21:00:02 +0000 Subject: [PATCH] fix: tools/dockerfile/distribtest/python_dev_ubuntu1404_x64/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-473059 - https://snyk.io/vuln/SNYK-UBUNTU1404-SQLITE3-450866 - https://snyk.io/vuln/SNYK-UBUNTU1404-EXPAT-2403847 - https://snyk.io/vuln/SNYK-UBUNTU1404-EXPAT-2404052 --- .../dockerfile/distribtest/python_dev_ubuntu1404_x64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dockerfile/distribtest/python_dev_ubuntu1404_x64/Dockerfile b/tools/dockerfile/distribtest/python_dev_ubuntu1404_x64/Dockerfile index 6c842aeba002d..9831c13bc3cd2 100644 --- a/tools/dockerfile/distribtest/python_dev_ubuntu1404_x64/Dockerfile +++ b/tools/dockerfile/distribtest/python_dev_ubuntu1404_x64/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:14.04 +FROM ubuntu:trusty-20190425 RUN apt-get update -y && apt-get install -y python python-pip