From 834bb8e48373a2cf76e0038154065127a5917cfd Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 4 Mar 2022 07:34:24 +0000 Subject: [PATCH] fix: ingestion/tests/integration/source/mlflow/Dockerfile to reduce vulnerabilities (#3134) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1290331 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1298721 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1300249 - https://snyk.io/vuln/SNYK-DEBIAN11-UNZIP-2396444 - https://snyk.io/vuln/SNYK-DEBIAN11-UNZIP-2396445 --- ingestion/tests/integration/source/mlflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/tests/integration/source/mlflow/Dockerfile b/ingestion/tests/integration/source/mlflow/Dockerfile index 676236e2bf0..ba3c990086b 100644 --- a/ingestion/tests/integration/source/mlflow/Dockerfile +++ b/ingestion/tests/integration/source/mlflow/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.8.12-slim-buster RUN python -m pip install --upgrade pip