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

This commit is contained in:
renovate[bot] 2023-12-23 22:25:39 +00:00 committed by GitHub
parent b57eac1205
commit 3727e1b50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,17 +22,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