From cfae3464f3fcffd3f6aa78965b4dd7239be6074e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:44:35 +0000 Subject: [PATCH] chore(deps): bump python in /docker/single-tenant Bumps python from 3.12-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/single-tenant/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/single-tenant/Dockerfile b/docker/single-tenant/Dockerfile index 3a933e5..3a362b3 100644 --- a/docker/single-tenant/Dockerfile +++ b/docker/single-tenant/Dockerfile @@ -9,7 +9,7 @@ # Pinned to 3.12-slim: widest wheel coverage (chromadb, onnxruntime, etc.). # pyproject requires-python >=3.11, so 3.12 is in-band. Avoid 3.14 until upstream # wheel matrix catches up (was the cause of intermittent GHA build failures). -FROM python:3.12-slim AS base +FROM python:3.14-slim AS base # Install git for optional GIT_REPO_URL sync. Stay minimal otherwise. RUN apt-get update \