Skip to content

Commit

Permalink
support Keycloak 24
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVanMourik committed Apr 25, 2024
1 parent 569e2f7 commit 98a5666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adorsys/keycloak-config-cli:5.10.0-22.0.4
FROM adorsys/keycloak-config-cli:5.12.0-24.0.1

COPY entrypoint.sh /entrypoint.sh

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
POSTGRES_USER: keycloak
POSTGRES_PASSWORD: password
auth:
image: keycloak/keycloak:22.0.3
image: keycloak/keycloak:24.0.3
env:
KC_DB_USER: keycloak
KC_DB_PASSWORD: password
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- name: Set Keycloak configuration
uses: RosemanLabs/gha-set-keycloak-config@v1
uses: RosemanLabs/gha-set-keycloak-config@v1.4
with:
keycloak-url: "http://auth:8080"
keycloak-user: "admin"
Expand Down

0 comments on commit 98a5666

Please sign in to comment.