Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13 (#7843)
Browse files Browse the repository at this point in the history
* chore(deps): update python docker tag to v3.13

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan Rabbâa <[email protected]>
  • Loading branch information
renovate[bot] and waghanza authored Oct 12, 2024
1 parent 7fc7277 commit ea061fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:{{{.}}}-slim
{{/language.version}}
{{^language.version}}
FROM python:3.12-slim
FROM python:3.13-slim
{{/language.version}}

WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion python/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language:
version: 3.12
version: 3.13

engines:
cheroot:
Expand Down

0 comments on commit ea061fc

Please sign in to comment.