build(deps): bump library/postgres in /docker/personal/paperless

Bumps library/postgres from 16 to 17.

---
updated-dependencies:
- dependency-name: library/postgres
  dependency-version: '17'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-05 10:19:57 +00:00
committed by GitHub
parent a3691c648a
commit 4ab5f72777

View File

@@ -6,7 +6,7 @@ services:
- redisdata:/data
pplessdb:
image: docker.io/library/postgres:16
image: docker.io/library/postgres:17
restart: unless-stopped
volumes:
- pgdata:/var/lib/postgresql/data