upgrade local postgres to 16

This commit is contained in:
2023-11-12 17:19:11 +01:00
parent 0d9858c6fb
commit 2180d11d2f

View File

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