From da662626583680059436fee38c823700adbe3a4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:34:28 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.3 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.14.2 | 3.14.3 | 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 98f8ec0e..6522c0d8 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.2-alpine" + // +default="python:3.14.3-alpine" Image string, ) *Uncommitted { return &Uncommitted{