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 efc3511e15
commit 857a0797b4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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