Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
| datasource | package  | from | to   |
| ---------- | -------- | ---- | ---- |
| docker     | postgres | 16.5 | 17.1 |
  • Loading branch information
Renovate committed Nov 14, 2024
1 parent 81994a2 commit 296ed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperless/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To upgrade the database, see https://acbgbca.github.io/documentation/postgres/
services:
db16:
image: postgres:16.5
image: postgres:17.1
restart: unless-stopped
volumes:
- ./pgdata16:/var/lib/postgresql/data
Expand Down

0 comments on commit 296ed3c

Please sign in to comment.