chore(deps): update postgres to v17.6
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Renovate Bot 2025-10-17 14:09:31 +00:00
parent e24a731032
commit 92a1aa0b88
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -5,7 +5,7 @@ networks:
services:
db:
image: postgres:17.5-alpine
image: postgres:17.6-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres