Merge pull request 'chore(deps): update postgres docker tag to v18.4' (#518) from renovate/postgres into main
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #518
This commit is contained in:
Simon 2026-06-04 15:29:45 +02:00
commit c158454123
2 changed files with 2 additions and 2 deletions

View file

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

View file

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