Skip to content

Commit

Permalink
Bump version of Hydra to 2.2.0 (multiarch)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Oct 3, 2024
1 parent 15348b2 commit ba235c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
public class TestingHydraIdentityProvider
implements AutoCloseable
{
private static final String HYDRA_IMAGE = "oryd/hydra:v1.10.6";
private static final String HYDRA_IMAGE = "oryd/hydra:v2.2.0";
private static final String ISSUER = "https://localhost:4444/";
private static final String DSN = "postgres://hydra:mysecretpassword@database:5432/hydra?sslmode=disable";

Expand Down

0 comments on commit ba235c3

Please sign in to comment.