chore(deps): update postgres to v18
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Renovate Bot 2025-12-03 15:12:30 +00:00
parent a0ce88f71b
commit 0f48aa921e
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.6
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.6
image: docker.io/library/postgres:18.1
commands:
# Wait for postgres to become available
- |

View file

@ -33,7 +33,7 @@ services:
restart: unless-stopped
db-prod:
image: postgres:16-alpine
image: postgres:18-alpine
container_name: mv-prod-db
environment:
POSTGRES_USER: postgres

View file

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