diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-24 13:33:26 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-24 13:33:26 +0100 |
commit | 995f15ab133598bbeef0f263c9196dcab69cd75d (patch) | |
tree | a1cf71c44ee474aab49fba02d747b8740d6bb4e3 /Dockerfile | |
parent | a69cd0f82707739cef832395fe611578bc1b3565 (diff) |
Upgrading pip
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |