From 60605c163fb48b7f907607fe347ba1da990376f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 08:48:54 -0500 Subject: [PATCH] Update python Docker tag to v3.14 (#436) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \