chore(deps): update python docker tag to v3.12 (#207)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-13 08:08:47 +00:00 committed by GitHub
parent a53b4a84be
commit af4955dbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
container:
image: "python:3.11"
image: "python:3.12"
steps:
- uses: actions/checkout@v4