From 121e7942a0253934cc74987d9f585016bc978493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:40:14 +0000 Subject: [PATCH] Bump python from `7a23da3` to `4a0820d` in /baseimages Bumps python from `7a23da3` to `4a0820d`. --- updated-dependencies: - dependency-name: python dependency-version: 3.13.15-trixie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- baseimages/Dockerfile.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseimages/Dockerfile.python b/baseimages/Dockerfile.python index 264c5ca65..5a173c188 100644 --- a/baseimages/Dockerfile.python +++ b/baseimages/Dockerfile.python @@ -1,3 +1,3 @@ -FROM python:3.13.15-trixie@sha256:7a23da3060583bd76c105beab149d388f493702246fdf68670c4ae7ea88b5ba3 +FROM python:3.13.15-trixie@sha256:4a0820d8b1b1a1e012a23ff9a1296a3e28b48896a4d27a328a91ee197ce619d9 CMD echo this is a dummy file used to automate dependency upgrades for plugins