💚(backend) fix backend image vulnerabilities

Fixed vulnerabilities with setup tools found by the Trivy Scan.
This commit is contained in:
Jacques ROUSSEL
2024-09-26 14:01:49 +02:00
committed by aleb_the_flash
parent 5a7584a3ad
commit 1e934957f5

View File

@@ -4,7 +4,7 @@
FROM python:3.10-slim-bullseye as base
# Upgrade pip to its latest release to speed up dependencies installation
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade pip setuptools
# Upgrade system packages to install security updates
RUN apt-get update && \