test(postgres): always test against latest release (#6972)

* test(postgres): always test against latest

* Update CONTRIBUTING.md

Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>

* Update internal/integration/config/docker-compose.yaml

Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>

---------

Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
Elio Bischof
2023-11-24 14:56:58 +01:00
committed by GitHub
parent 2ca88956b4
commit 60688757fa
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ services:
postgres:
restart: 'always'
image: 'postgres:15'
image: 'postgres:latest'
environment:
- POSTGRES_USER=zitadel
- PGUSER=zitadel