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

This commit is contained in:
renovate[bot] 2023-12-23 22:27:29 +00:00 committed by GitHub
parent 3de899b6cd
commit d08ff5f947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,17 +23,17 @@ steps:
<<: *pytest_base <<: *pytest_base
- name: python-311 - name: python-311
image: docker.io/library/python:3.11 image: docker.io/library/python:3.12
<<: *pytest_base <<: *pytest_base
- name: python-310 - name: python-310
image: docker.io/library/python:3.10 image: docker.io/library/python:3.12
<<: *pytest_base <<: *pytest_base
- name: python-39 - name: python-39
image: docker.io/library/python:3.9 image: docker.io/library/python:3.12
<<: *pytest_base <<: *pytest_base
- name: python-38 - name: python-38
image: docker.io/library/python:3.8 image: docker.io/library/python:3.12
<<: *pytest_base <<: *pytest_base