chore(deps): update docker.io/library/python docker tag to v3.12

This commit is contained in:
renovate[bot] 2023-10-03 03:11:04 +00:00 committed by GitHub
parent 3a181f2043
commit e82a7fa9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ when:
steps:
build:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq

View File

@ -7,7 +7,7 @@ when:
steps:
build:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
@ -45,7 +45,7 @@ steps:
- event: [tag]
publish-pypi:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
secrets:
- source: pypi_password
target: POETRY_HTTP_BASIC_PYPI_PASSWORD

View File

@ -7,7 +7,7 @@ when:
steps:
check-format:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq
@ -17,7 +17,7 @@ steps:
PY_COLORS: "1"
check-coding:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq

View File

@ -13,7 +13,7 @@ matrix:
steps:
fetch:
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
commands:
- git fetch -tq