chore(deps): update postgres to v18
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-12-11 16:28:57 +00:00
parent 2d259e8083
commit 8cf0163027
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ name: check
services:
- name: postgres
image: docker.io/library/postgres:17.7
image: docker.io/library/postgres:18.1
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -57,7 +57,7 @@ steps:
- mix gettext.extract --check-up-to-date
- name: wait_for_postgres
image: docker.io/library/postgres:17.7
image: docker.io/library/postgres:18.1
commands:
# Wait for postgres to become available
- |