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

This commit is contained in:
2026-05-14 18:20:19 +00:00
parent 45d1985ddc
commit d9659075de

View File

@ -10,7 +10,7 @@ services:
- NEXTCLOUD_UPDATE=1
db:
image: "postgres:13"
image: "postgres:18"
command: -c "max_connections=${MAX_DB_CONNECTIONS:-100}"
volumes:
- "postgres:/var/lib/postgresql/data"