Update postgres Docker tag to v17.5 #19

Open
kjuulh wants to merge 1 commits from renovate/all into main
Showing only changes of commit 0e48e858c6 - Show all commits

View File

@ -10,7 +10,7 @@ services:
depends_on:
- db
db:
image: postgres:17.4
image: postgres:17.5
restart: always
env_file: ".env"
volumes: