From 5d5fb07d8b91996b57ae1e6e162eb85f635866ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:57:44 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7739a8..d0287c6 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.14.7 AS fork-build RUN apt-get update && apt-get install -y --no-install-recommends \ coreutils findutils grep sed gawk diffutils patch \