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

This commit is contained in:
Renovate Bot
2025-12-25 00:02:44 +00:00
parent 64057945f1
commit 1f619f17ae
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