From cd436463cd21fdb2ba62ed5b4747699d33dc4efd Mon Sep 17 00:00:00 2001 From: Tvion Date: Tue, 21 Jan 2025 18:35:30 +0500 Subject: [PATCH] Vulnerabilities fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2e8f57..b6bf7a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN apt-get --no-install-recommends install -y comerr-dev \ postgresql-13 postgresql-14 postgresql-15 postgresql-16 \ jq \ openssl curl -RUN python3 -m pip install -U setuptools +RUN python3 -m pip install -U setuptools==70.0.0 RUN python3 -m pip install --no-cache-dir -r /root/requirements.txt \ && python3 -m pip install --upgrade pip \ && python3 -m pip install grpcio \