Skip to content

Commit f9c7c88

Browse files
chore(deps): update python docker tag to v3.12.6 (#35)
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.4 | 3.12.6 | 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 642c74e commit f9c7c88

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
@@ -11,7 +11,7 @@ func New(
1111
// Python image to use.
1212
// +optional
1313
// renovate image: datasource=docker depName=python versioning=docker
14-
// +default="python:3.12.4-alpine"
14+
// +default="python:3.12.6-alpine"
1515
Image string,
1616
) *Uncommitted {
1717
return &Uncommitted{

0 commit comments

Comments
 (0)