From 609bd52b46ca6d73472cf6908e6b13bfc5ef8e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:53:38 +0000 Subject: [PATCH] chore(deps): bump python from 3.14.6 to 3.15.0b3 Bumps python from 3.14.6 to 3.15.0b3. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7739a8..3a7cfc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ # `FROM harbor-core.../ghcr-proxy/open-webui/open-terminal:latest` # (see homelab#822). Mirrors upstream's own Dockerfile build steps # exactly, substituting a git clone of our fork for `COPY . .`. -FROM python:3.14.6 AS fork-build +FROM python:3.15.0b3 AS fork-build RUN apt-get update && apt-get install -y --no-install-recommends \ coreutils findutils grep sed gawk diffutils patch \