feat(infrastructure): use newer image

This commit is contained in:
2025-11-12 00:58:54 +01:00
parent ae22d2ee5f
commit 50f37c1161

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim FROM python:3.11-trixie
WORKDIR /app WORKDIR /app
COPY requirements.txt . COPY requirements.txt .