Update python Docker tag to v3.12
continuous-integration/drone/push Build is passing Details

This commit is contained in:
renovate[bot] 2023-10-03 03:12:27 +00:00 committed by GitHub
parent fe9f98bcc0
commit 0a68dbd5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ steps:
- psql -h database -U postgres -d dspacestatistics < tests/dspacestatistics.sql
- name: test
image: python:3.10-slim
image: python:3.12-slim
environment:
PGPASSWORD: dspacestatistics
DATABASE_HOST: database
@ -56,7 +56,7 @@ steps:
- psql -h database -U postgres -d dspacestatistics < tests/dspacestatistics.sql
- name: test
image: python:3.9-slim
image: python:3.12-slim
environment:
PGPASSWORD: dspacestatistics
DATABASE_HOST: database
@ -103,7 +103,7 @@ steps:
- psql -h database -U postgres -d dspacestatistics < tests/dspacestatistics.sql
- name: test
image: python:3.8-slim
image: python:3.12-slim
environment:
PGPASSWORD: dspacestatistics
DATABASE_HOST: database