chore: bump dockerfile base from bookworm to trixie

This commit is contained in:
Matthias
2025-12-28 14:16:02 +01:00
parent 5c02ce934d
commit 8205cb25b8

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