Skip to content

Commit 02f62f5

Browse files
chore(deps): update python docker tag to v3.12.7 (#42)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.6 | 3.12.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 5f99d3a commit 02f62f5

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

0 commit comments

Comments
 (0)