Skip to content

Commit

Permalink
Update to oryd/hydra:v1.11.10 for OAuth2 testing
Browse files Browse the repository at this point in the history
This fixes build failures with some newer OS versions, but avoids
any updates necessary for adopting v2.x. Testing with 2.x with the
current setup fails to start the container.
  • Loading branch information
mosabua authored and ebyhr committed Dec 17, 2024
1 parent bd17c93 commit 2416acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ final class TestOIDC
private static final int TTL_ACCESS_TOKEN_IN_SECONDS = 5;
private static final int TTL_REFRESH_TOKEN_IN_SECONDS = 15;

private static final String HYDRA_IMAGE = "oryd/hydra:v1.10.6";
private static final String HYDRA_IMAGE = "oryd/hydra:v1.11.10";
private static final String DSN = "postgres://hydra:mysecretpassword@hydra-db:5432/hydra?sslmode=disable";
private static final int ROUTER_PORT = 21001 + (int) (Math.random() * 1000);

Expand Down

0 comments on commit 2416acd

Please sign in to comment.