Skip to content

Commit 5f473cc

Browse files
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>
1 parent ee59e34 commit 5f473cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncommitted/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func New(
1313
// Python image to use.
1414
// +optional
1515
// renovate image: datasource=docker depName=python versioning=docker
16-
// +default="python:3.13.7-alpine"
16+
// +default="python:3.14.0-alpine"
1717
Image string,
1818
) *Uncommitted {
1919
return &Uncommitted{

0 commit comments

Comments
 (0)