chore: bump pi image to trixie

This commit is contained in:
Matthias
2025-12-29 14:42:11 +01:00
parent efb977c345
commit 7ca901f01c

View File

@@ -1,4 +1,4 @@
FROM python:3.13.11-slim-bookworm AS base
FROM python:3.13.11-slim-trixie AS base
# Setup env
ENV LANG=C.UTF-8