From 90c67d6b47579b6b81c5a1b7b57bdbfbb2d06623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 03:15:45 +0000 Subject: [PATCH] Update docker.io/library/python Docker tag to v3.14 --- molecule-shared/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule-shared/vars.yml b/molecule-shared/vars.yml index e4a435ac7..dcef51684 100644 --- a/molecule-shared/vars.yml +++ b/molecule-shared/vars.yml @@ -11,7 +11,7 @@ molecule_shared_image_curl: "docker.io/curlimages/curl:8.11.1" # Used for small stub services (a fake homeserver, and so on). # renovate: datasource=docker depName=docker.io/library/python -molecule_shared_image_python: "docker.io/library/python:3.13-alpine" +molecule_shared_image_python: "docker.io/library/python:3.14-alpine" # Postgres for scenarios whose role has a database. Pinned at the major the postgres role # deploys to new installations, and left to Renovate from there: when a new major lands,