diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c39b51455b2b..035434f253f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: -e URLS_SELF_ISSUER=http://localhost:4444/ \ -e URLS_LOGIN=http://localhost:4499/login \ -e URLS_CONSENT=http://localhost:4499/consent \ - oryd/hydra:v2.0.2 serve all --dev + oryd/hydra:v2.2.0 serve all --dev docker start hydra docker logs -f hydra &> /tmp/hydra.log & name: Start Hydra