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 GitHub
parent 3a03efaaf3
commit 117cb9ba7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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