Pin postgres to 14

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-10-18 11:25:22 +02:00
parent a5eecd9d19
commit 6f6d2df9de
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
services:
postgres:
image: postgres
image: postgres:14
ports:
- 4445:5432/tcp
env:

View File

@@ -26,7 +26,7 @@ jobs:
services:
postgres:
image: postgres
image: postgres:14
ports:
- 4445:5432/tcp
env: