build(deps): bump python in the minor-and-patch group across 1 directory

Bumps the minor-and-patch group with 1 update in the / directory: 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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-01 06:56:18 +00:00
committed by GitHub
parent 32f47fed61
commit 17eaca2478

View File

@@ -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