Skip to content

Commit

Permalink
Merge pull request #203 from medizininformatik-initiative/renovate/ke…
Browse files Browse the repository at this point in the history
…ycloak-keycloak-25.x

Update keycloak/keycloak Docker tag to v25.0.6
  • Loading branch information
alexanderkiel authored Nov 15, 2024
2 parents 7c4155b + ab20e62 commit 39ba448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/integration-test/oauth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
generate-cert:
condition: service_completed_successfully
keycloak:
image: "keycloak/keycloak:25.0.4"
image: "keycloak/keycloak:25.0.6"
command: ["start", "--import-realm"]
healthcheck:
test: ["CMD-SHELL", "exec 3<>/dev/tcp/127.0.0.1/9000;echo -e \"GET /health/ready HTTP/1.1\r\nhost: localhost\r\nConnection: close\r\n\r\n\" >&3;grep \"HTTP/1.1 200 OK\" <&3"]
Expand Down

0 comments on commit 39ba448

Please sign in to comment.