Skip to content

Commit

Permalink
Update keycloak/keycloak Docker tag to v26.0.8 (#1887)
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] authored Jan 15, 2025
1 parent a245968 commit 2a42ee4
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 @@ -45,7 +45,7 @@ public class OicAuthPluginTest extends AbstractJUnitTest {
private static final String CLIENT = "jenkins";

private static final String KEYCLOAK_IMAGE =
"keycloak/keycloak:26.0.7@sha256:4388e2379b7e870a447adbe7b80bd61f5fbf04e925832b19669fda4957f05a81";
"keycloak/keycloak:26.0.8@sha256:0deab65b47ab31d3b24a294e4ab237ba3c07059b98215657feaa45d776ff2315";

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

0 comments on commit 2a42ee4

Please sign in to comment.