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 16f41f74b3
commit c8cf8238b8
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: