Skip to content

Commit

Permalink
Update keycloak/keycloak Docker tag to v26.0.4 (#1815)
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 31, 2024
1 parent 6a23e36 commit d814c75
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.2@sha256:801fca7c6998c79ad63df6092610d8486fc708d943358e06e19753cf63317736";
"keycloak/keycloak:26.0.4@sha256:cb3c2f071b3fd1a00051699ac95acf72fdd464d0e23804150169fd3037cff506";

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

0 comments on commit d814c75

Please sign in to comment.