Skip to content

Commit 4fbd155

Browse files
chore(deps): update python docker tag to v3.13.7 (#102)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.13.5 | 3.13.7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f7be77 commit 4fbd155

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.5-alpine"
16+
// +default="python:3.13.7-alpine"
1717
Image string,
1818
) *Uncommitted {
1919
return &Uncommitted{

0 commit comments

Comments
 (0)