Migrating to fastapi-pagination

This commit is contained in:
2025-03-17 17:46:04 +01:00
parent 3a14528402
commit ff78f9da54
3 changed files with 5 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.13
RUN apt update && apt install -y xfonts-base xfonts-75dpi python3-pip python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0 \
&& rm -rf /var/lib/apt/lists/*