1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-31 07:10:53 +02:00

Merge pull request from ilri/renovate/postgres-17.x

Update postgres Docker tag to v17
This commit is contained in:
2025-04-01 13:02:22 +03:00
committed by GitHub

@ -12,7 +12,7 @@ jobs:
services: services:
database: database:
image: postgres:15-alpine image: postgres:17-alpine
env: env:
# password for postgres user in the Docker container # password for postgres user in the Docker container
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres