Update postgres Docker tag to v18

This commit is contained in:
Renovate Bot
2025-12-18 00:01:57 +00:00
parent 1f541189a6
commit 6c855009d6
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ services:
POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
spliit_db:
image: postgres:17
image: postgres:18
restart: always
volumes:
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data