Update python Docker tag to v3.14 (#436)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-18 08:48:54 -05:00
committed by GitHub
parent 4d151aeb0c
commit 60605c163f

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim-trixie AS builder FROM python:3.14-slim-trixie AS builder
WORKDIR /app WORKDIR /app
COPY pyproject.toml poetry.lock* ./ COPY pyproject.toml poetry.lock* ./
RUN pip install --no-cache-dir poetry==2.2.1 poetry-plugin-export && \ RUN pip install --no-cache-dir poetry==2.2.1 poetry-plugin-export && \