summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f98a48b..74cc722 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ USER 1001
WORKDIR /app
# Install the dependencies
-RUN pip install -U "pip>=19.3.1" && \
+RUN pip install -U "pip>=24.0.0" && \
pip install -r requirements.txt && \
python manage.py collectstatic --noinput