Update docker.io/library/postgres Docker tag to v17 #10

Merged
peter merged 1 commits from renovate/docker.io-library-postgres-17.x into master 2025-01-03 08:59:51 +01:00
Showing only changes of commit f4b578679f - Show all commits

View File

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