Skip to content

Commit

Permalink
Update keycloak/keycloak Docker tag to v25.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent bf9a698 commit 342bed1
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.1"
image: "keycloak/keycloak:25.0.4"
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 342bed1

Please sign in to comment.