1
1

upgrade local postgres to 16

This commit is contained in:
2023-11-12 17:18:44 +01:00
parent 0c462f343d
commit b57576bd96

View File

@@ -3,7 +3,7 @@ version: "3.8"
services:
db:
image: postgres:15-alpine
image: postgres:16-alpine
environment:
POSTGRES_DB: "financeplanner_db"
POSTGRES_USER: "financeplanner_user"