From 5f473cc3127ebef37df7b9658c255864b780860c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:58:24 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.13.7 | 3.14.0 | 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 65d7b31..583c039 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.13.7-alpine" + // +default="python:3.14.0-alpine" Image string, ) *Uncommitted { return &Uncommitted{