Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13.0 (#43)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | python  | 3.12.7 | 3.13.0 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 5b62b2f commit 43d7831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncommitted/dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func New(
// Python image to use.
// +optional
// renovate image: datasource=docker depName=python versioning=docker
// +default="python:3.12.7-alpine"
// +default="python:3.13.0-alpine"
Image string,
) *Uncommitted {
return &Uncommitted{
Expand Down

0 comments on commit 43d7831

Please sign in to comment.