Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 75436c9 commit 4f4de34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/identity/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
max-file: 5
restart: unless-stopped
dawarich-db:
image: postgres:15.10-alpine
image: postgres:17.2
container_name: dawarich-db
volumes:
- {{ appdata_path }}/dawarich/db:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion services/preservation/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
mem_limit: 300M
restart: always
invidious-db:
image: postgres:15.10-alpine
image: postgres:17.2
container_name: invidious-db
volumes:
- {{ appdata_path }}/invidious/data:/var/lib/postgresql/data
Expand Down

0 comments on commit 4f4de34

Please sign in to comment.