Skip to content

Commit 73c2678

Browse files
committed
update keycload ver
1 parent 3f9ae7b commit 73c2678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_keycloak/work/script-setup-keycloak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source /opt/utils/script-utils.sh
22

33
setup_keycloak() {
44
# Install the latest (but not nightly) version of keycloak
5-
VER_KEYCLOAK_MAJOR="26.3" \
5+
VER_KEYCLOAK_MAJOR="26" \
66
&& VER_KEYCLOAK=$(curl -sL https://github.com/keycloak/keycloak/releases.atom | grep 'releases/tag' | grep -v nightly | grep "${VER_KEYCLOAK_MAJOR}" | head -1 | grep -Po '\d[\d.]+' ) \
77
&& URL_KEYCLOAK="https://github.com/keycloak/keycloak/releases/download/$VER_KEYCLOAK/keycloak-$VER_KEYCLOAK.tar.gz" \
88
&& echo "Downloading Keycloak version ${VER_KEYCLOAK} from: ${URL_KEYCLOAK}" \

0 commit comments

Comments
 (0)