Update docker.io/library/postgres Docker tag to v17.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-05-14 15:07:42 +00:00
parent 626b419c09
commit 792d2f13ed

View file

@ -4,7 +4,7 @@ name: check
services:
- name: postgres
image: docker.io/library/postgres:17.2
image: docker.io/library/postgres:17.5
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -35,7 +35,7 @@ steps:
- mix credo
- name: wait_for_postgres
image: docker.io/library/postgres:17.2
image: docker.io/library/postgres:17.5
commands:
# Wait for postgres to become available
- |