diff --git a/run/idp-sql/Dockerfile b/run/idp-sql/Dockerfile index 44c439d79ba..f9f1b1d0adb 100644 --- a/run/idp-sql/Dockerfile +++ b/run/idp-sql/Dockerfile @@ -4,7 +4,7 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.9 +FROM python:3.13.11 # Send stdout/stderr out, do not buffer. ENV PYTHONUNBUFFERED 1