upgrade local dev postgres to 15

This commit is contained in:
2022-11-24 22:34:50 +01:00
parent ebef0fed6f
commit beae69cbde

View File

@@ -1,7 +1,7 @@
services:
db:
image: postgres:14-alpine
image: postgres:15-alpine
environment:
POSTGRES_DB: "gaehsnitzdb"
POSTGRES_USER: "gaehsnitzuser"