Skip to content

Commit

Permalink
Update keycloak/keycloak Docker tag to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 842cfe2 commit 3faf303
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.6"
image: "keycloak/keycloak:26.0.5"
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 3faf303

Please sign in to comment.