From 2de3d09a7ac08c5b635ddfcfb96f386567fd55d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Dec 2024 02:10:06 +0000 Subject: [PATCH] fix: argo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-1549480 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277411 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277412 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277421 --- argo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo/Dockerfile b/argo/Dockerfile index 8fe8acad..30454d17 100644 --- a/argo/Dockerfile +++ b/argo/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.14.0a3-slim RUN pip install numpy pandas scikit-learn dill tensorflow dask ktext distributed dask-ml RUN mkdir /data