chore: bump pi image to trixie

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

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