Update postgres Docker tag to v16 - autoclosed #5

Closed
kjuulh wants to merge 1 commits from renovate/all into main
Showing only changes of commit 5c92cc453c - Show all commits

View File

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