Skip to content

Commit

Permalink
Update keycloak/keycloak Docker tag to v26.0.2 (#1808)
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 Oct 25, 2024
1 parent c455b6e commit c0d8f26
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.1@sha256:2f8c9679b3e3e9e9d253a62834ae63fb0c0dae55d2b2e4133b6d3f07762f2257";
"keycloak/keycloak:26.0.2@sha256:801fca7c6998c79ad63df6092610d8486fc708d943358e06e19753cf63317736";

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

0 comments on commit c0d8f26

Please sign in to comment.