From 449b55c5fbcc380dec77cc91655e86f8125c87a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:24:23 +0000 Subject: [PATCH] build(deps): bump python in the minor-and-patch group Bumps the minor-and-patch group with 1 update: python. Updates `python` from 3.12-alpine3.23 to 3.14-alpine3.23 --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine3.23 dependency-type: direct:production dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f52e4eefc..278d988a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY ./uv.lock ./uv.lock RUN uv sync --locked # --- Final stage: minimal runtime image --- -FROM python:3.12-alpine3.23 +FROM python:3.14-alpine3.23 # https://stackoverflow.com/questions/58701233/docker-logs-erroneously-appears-empty-until-container-stops ENV PYTHONUNBUFFERED=1