Dependency bumps

This commit is contained in:
2025-11-04 21:06:52 -08:00
parent 0d0fe8e685
commit fc57a7d172
2 changed files with 40 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.12-bookworm AS base
FROM python:3.12-trixie AS base
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt