mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(ci): set PG14 as used docker image for validating compatibility (#5020)
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:14.13
|
||||
environment:
|
||||
POSTGRES_DB: kestra_unit
|
||||
POSTGRES_USER: kestra
|
||||
|
||||
Reference in New Issue
Block a user