Update postgres Docker tag to v15

This commit is contained in:
renovate[bot] 2022-10-20 10:09:24 +00:00 committed by Kavin
parent 295fbbc645
commit 6d3b2ef92c
1 changed files with 1 additions and 1 deletions

View File

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