diff --git a/Dockerfile b/Dockerfile index 981fc71..f61d20f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim-trixie AS builder +FROM python:3.14-slim-trixie AS builder WORKDIR /app COPY pyproject.toml poetry.lock* ./ RUN pip install --no-cache-dir poetry==2.2.1 poetry-plugin-export && \