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 Nov 22, 2024
1 parent 92aed2b commit b3a9b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group_vars/identity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ containers:
- service_name: dawarich-db
container_name: dawarich-db
active: true
image: postgres:15.8-alpine
image: postgres:17.2-alpine
restart: always
volumes:
- "{{ appdata_path }}/dawarich/db:/var/lib/postgresql/data"
Expand Down
2 changes: 1 addition & 1 deletion group_vars/preservation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ containers:
- service_name: invidious-db
container_name: invidious-db
active: true
image: postgres:15.8-alpine
image: postgres:17.2-alpine
restart: always
ports:
- 5432:5432
Expand Down

0 comments on commit b3a9b6f

Please sign in to comment.