Update postgres Docker tag to v17 #10

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

View File

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