From 5ab14db9b9f8218f372db350b08ec10049ee8586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20W=C5=82=C3=B3darczyk?= Date: Sun, 10 Mar 2024 06:55:20 +0100 Subject: [PATCH] bumped version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b620b2c..b110f94 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ #### Supported Keycloak versions | compatible with Keycloak - 16.1.1 | [`keycloak-username-password-attribute-authenticator:0.3.0`](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/tree/0.3.0) | |-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| -| compatible with Keycloak - 24.0.1 | [`keycloak-username-password-attribute-authenticator:1.0.0`](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/tree/main) | +| compatible with Keycloak - 24.0.1 | [`keycloak-username-password-attribute-authenticator:1.0.1`](https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/tree/main) | ## Description Keycloak default login form with additional user attribute validation. Example: @@ -24,7 +24,7 @@ Build your Keycloak image like below: ```Dockerfile FROM quay.io/keycloak/keycloak:24.0.1 -RUN curl -s -L -o /opt/keycloak/providers/keycloak-username-password-attribute-authenticator-1.0.0.jar https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/releases/download/1.0.0/keycloak-username-password-attribute-authenticator-1.0.0.jar +RUN curl -s -L -o /opt/keycloak/providers/keycloak-username-password-attribute-authenticator-1.0.1.jar https://github.com/kilmajster/keycloak-username-password-attribute-authenticator/releases/download/1.0.1/keycloak-username-password-attribute-authenticator-1.0.1.jar RUN /opt/keycloak/bin/kc.sh build ENTRYPOINT ["/opt/keycloak/bin/kc.sh", "start"]