Compare commits

...

1 Commits

Author SHA1 Message Date
Raphael Michel
1bb13d591b Dockerfile: Use Python 3.13 2026-03-25 14:53:56 +01:00

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 \