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

This commit is contained in:
renovate[bot] 2023-12-23 22:25:40 +00:00 committed by GitHub
parent 525483e99c
commit 335611dd05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

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