Dockerfile: Use Python 3.13 (#6028)

This commit is contained in:
Raphael Michel
2026-04-02 13:18:04 +02:00
committed by GitHub
parent b6518449d6
commit 84e12fea32

View File

@@ -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 \