Skip to content

Commit

Permalink
Update postgres Docker tag to v15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 00b99d6 commit 24da71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/miniflux/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- ADMIN_PASSWORD={{ miniflux_admin_password }}
- BASE_URL=https://miniflux.snake-cloud.ts.net
miniflux-db:
image: postgres:15.8
image: postgres:15.10
container_name: miniflux-db
environment:
- POSTGRES_USER={{ miniflux_db_user }}
Expand Down

0 comments on commit 24da71c

Please sign in to comment.