Skip to content

Commit

Permalink
upgrade Keycloak image to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
dasniko committed Jun 10, 2024
1 parent b60a771 commit 5c9e33d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public abstract class ExtendableKeycloakContainer<SELF extends ExtendableKeycloa
public static final WaitStrategy LOG_WAIT_STRATEGY = Wait.forLogMessage(".*Running the server in development mode\\. DO NOT use this configuration in production.*\\n", 1);

private static final String KEYCLOAK_IMAGE = "quay.io/keycloak/keycloak";
private static final String KEYCLOAK_VERSION = "nightly";
private static final String KEYCLOAK_VERSION = "25.0";

private static final int KEYCLOAK_PORT_HTTP = 8080;
private static final int KEYCLOAK_PORT_HTTPS = 8443;
Expand Down

0 comments on commit 5c9e33d

Please sign in to comment.