Use Postgres 14.5 instead of 15

since 15 is not officially supported by Nextcloud
This commit is contained in:
Jonathan Flueren 2022-10-18 17:11:32 +02:00 committed by thrillfall
parent 53dbab8ed9
commit 273cb86128
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ jobs:
services:
postgres:
image: postgres
image: postgres:14.5
ports:
- 4444:5432/tcp
env: