refactor: Fixated Postgres Version to 15.1

All Minor Updates will cause a crashing postgres on start
This commit is contained in:
Torben Brenner 2023-02-08 15:02:35 +01:00
parent c88919c926
commit d728ccd886
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ services:
- patientlist-db
patientlist-db:
image: postgres:14-alpine
image: postgres:15.1-alpine
container_name: bridgehead-patientlist-db
environment:
POSTGRES_USER: "mainzelliste"