From 08e4f5b5e5618210a958e1561361a4eb368f85e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:59:48 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.7 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.14.6 | 3.14.7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- uncommitted/dagger/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncommitted/dagger/main.go b/uncommitted/dagger/main.go index 56042eeb..9759bdbe 100644 --- a/uncommitted/dagger/main.go +++ b/uncommitted/dagger/main.go @@ -13,7 +13,7 @@ func New( // Python image to use. // +optional // renovate image: datasource=docker depName=python versioning=docker - // +default="python:3.14.6-alpine" + // +default="python:3.14.7-alpine" Image string, ) *Uncommitted { return &Uncommitted{