summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-04-24 13:34:25 +0100
committerGitHub <noreply@github.com>2024-04-24 13:34:25 +0100
commitbb4afa6e315040e3aaa9a708d217d704880b784b (patch)
treea1cf71c44ee474aab49fba02d747b8740d6bb4e3 /Dockerfile
parenta69cd0f82707739cef832395fe611578bc1b3565 (diff)
parent995f15ab133598bbeef0f263c9196dcab69cd75d (diff)
Merge pull request #30 from defencedigital/pyswitch
Upgrading pip
Diffstat (limited to 'Dockerfile')
-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