Update postgres Docker tag to v15 (develop)

This commit is contained in:
RenovateBot 2022-10-28 05:25:22 +00:00 committed by Georg Krause
commit fde81c1a03
4 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,7 @@ version: '3'
services:
postgres:
image: postgres:14-alpine
image: postgres:15-alpine
environment:
- "POSTGRES_HOST_AUTH_METHOD=trust"
volumes: