Fix CVE-2024-6345 by upgrading setuptools
All checks were successful
Build Docker image / test (push) Successful in 32s
Build Docker image / build (push) Successful in 41s

This commit is contained in:
Roman Krček
2024-10-07 17:43:46 +02:00
parent a8d2714da9
commit c633aebbc2

View File

@@ -8,7 +8,7 @@ FROM base AS builder
COPY requirements.txt ./
RUN --mount=type=cache,target=/tmp/pip_cache \
python3 -m pip install --upgrade pip && \
python3 -m pip install --upgrade pip setuptools && \
pip install \
-r requirements.txt \
--extra-index-url https://www.piwheels.org/simple \