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

This commit is contained in:
Renovate Bot
2025-09-27 00:01:47 +00:00
parent d8f27f69b7
commit fb81c77827
3 changed files with 6 additions and 6 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