fix: use Python 3.12-slim for compatible Debian package names

This commit is contained in:
2026-07-18 17:03:44 +02:00
parent 56a6eb7be5
commit 71a2b37c16
+1 -1
View File
@@ -2,7 +2,7 @@
# Python 3.13-slim + FastAPI + uvicorn
# System packages: WeasyPrint (libpango, libcairo), Pillow (libjpeg, libpng)
FROM python:3.13-slim AS base
FROM python:3.12-slim AS base
# --- System packages for WeasyPrint and Pillow ---
RUN apt-get update && apt-get install -y --no-install-recommends \