Skip to content

Commit

Permalink
Update python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent fe9f98b commit 0a68dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0a68dbd

Please sign in to comment.