Skip to content

Commit

Permalink
keycloak:25.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Aug 4, 2024
1 parent e5c29bb commit d71ad78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
keycloak_ver: 25.0.1
keycloak_ver: 25.0.2
keycloak_mirror: https://github.com/keycloak/keycloak/releases/download

keycloak_parent_install_dir: /usr/local
Expand Down Expand Up @@ -67,3 +67,5 @@ keycloak_checksums:
'24.0.2': sha1:8b23e722df38fa7661a8eeb6e032c72c9e0818a9
# https://github.com/keycloak/keycloak/releases/download/25.0.1/keycloak-25.0.1.tar.gz.sha1
'25.0.1': sha1:8109ac7505c6f70763c247b5e52be4667585b0ce
# https://github.com/keycloak/keycloak/releases/download/25.0.2/keycloak-25.0.2.tar.gz.sha1
'25.0.2': sha1:c37d8545e8c0cf761a162922002b0d0d35d36ed8
2 changes: 1 addition & 1 deletion dl-checksum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dl_ver() {
printf " '%s': sha1:%s\n" $ver $(curl -sSLf $url)
}

dl_ver ${1:-25.0.1}
dl_ver ${1:-25.0.2}

0 comments on commit d71ad78

Please sign in to comment.