upgrade local db to postgres 17

This commit is contained in:
2025-02-12 18:15:59 +01:00
parent 343247e4c4
commit a996a4821b

View File

@@ -1,7 +1,7 @@
services:
db:
image: postgres:16-alpine
image: postgres:17-alpine
init: true
environment:
POSTGRES_DB: "gaehsnitzdb"