Update docker.io/library/postgres Docker tag to v18

This commit is contained in:
Renovate Bot
2026-01-21 00:01:19 +00:00
parent b2cc33a63b
commit 844584d124
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ services:
- ${PAPERLESS_REDIS_DATA_DIR}:/data
db:
image: docker.io/library/postgres:17
image: docker.io/library/postgres:18
restart: always
volumes:
- ${PAPERLESS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data