Skip to content

Commit

Permalink
Update keycloak/keycloak Docker tag to v25.0.5 (#1717)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 91d77f7 commit 679d46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/plugins/OicAuthPluginTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class OicAuthPluginTest extends AbstractJUnitTest {
private static final String CLIENT = "jenkins";

private static final String KEYCLOAK_IMAGE =
"keycloak/keycloak:25.0.4@sha256:bf788a3b7fd737143f98d4cb514cb9599c896acee01a26b2117a10bd99e23e11";
"keycloak/keycloak:25.0.5@sha256:410fce4b9b40e1f4e7f90b44acedbaa6d935bacea432a6884769067b253d46fb";

@Rule
public KeycloakContainer keycloak = new KeycloakContainer(KEYCLOAK_IMAGE);
Expand Down

0 comments on commit 679d46f

Please sign in to comment.