diff --git a/run/django/Dockerfile b/run/django/Dockerfile index 0006355c8d1..e27c9886eac 100644 --- a/run/django/Dockerfile +++ b/run/django/Dockerfile @@ -14,7 +14,7 @@ # Use an official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.9-slim +FROM python:3.13.4-slim ENV APP_HOME /app WORKDIR $APP_HOME