From 84e12fea3281b399deb47964e4b28dcbaa0e6a83 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 2 Apr 2026 13:18:04 +0200 Subject: [PATCH] Dockerfile: Use Python 3.13 (#6028) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 942bb8f799..6ad99226a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-bookworm +FROM python:3.13-trixie RUN apt-get update && \ apt-get install -y --no-install-recommends \