chore(deps): update postgres docker tag to v16

This commit is contained in:
renovate[bot] 2023-09-15 22:18:47 +00:00 committed by Kavin
parent 3a03efaaf3
commit bcfad9988d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
depends_on:
- postgres
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- ./data/db:/var/lib/postgresql/data