summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bba15d4..53550fd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ RUN pip install -U "pip>=24.0.0" && \
python manage.py collectstatic --noinput
# Final stage
-FROM python:3.11-slim
+FROM python:3.12
# Set working directory
WORKDIR /app