summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-24 13:33:26 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-24 13:33:26 +0100
commit995f15ab133598bbeef0f263c9196dcab69cd75d (patch)
treea1cf71c44ee474aab49fba02d747b8740d6bb4e3 /Dockerfile
parenta69cd0f82707739cef832395fe611578bc1b3565 (diff)
Upgrading pip
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