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

This commit is contained in:
Renovate Bot 2026-03-01 00:04:28 +00:00
parent 8fac974b1b
commit ec16300f47
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ name: check-fast
services:
- name: postgres
image: docker.io/library/postgres:18.1
image: docker.io/library/postgres:18.3
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:18.1
image: docker.io/library/postgres:18.3
commands:
# Wait for postgres to become available
- |
@ -109,7 +109,7 @@ name: check-full
services:
- name: postgres
image: docker.io/library/postgres:18.1
image: docker.io/library/postgres:18.3
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -164,7 +164,7 @@ steps:
- mix gettext.extract --check-up-to-date
- name: wait_for_postgres
image: docker.io/library/postgres:18.1
image: docker.io/library/postgres:18.3
commands:
# Wait for postgres to become available
- |