Require higher python.

This commit is contained in:
g* 2025-11-19 15:28:24 +01:00
commit a123886aea

View file

@ -1,4 +1,4 @@
FROM python:3.11-slim AS builder FROM python:3.13-slim AS builder
WORKDIR /app WORKDIR /app
COPY pyproject.toml . COPY pyproject.toml .
RUN pip install --no-cache-dir . RUN pip install --no-cache-dir .