general: update all alpine scripts to 3.22 (#5428)

This commit is contained in:
CanbiZ 2025-06-24 15:28:35 +02:00 committed by GitHub
parent f63a1d89a3
commit e6ab47f341
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 58 additions and 58 deletions

View file

@ -11,7 +11,7 @@ var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-256}"
var_disk="${var_disk:-1}"
var_os="${var_os:-alpine}"
var_version="${var_version:-3.21}"
var_version="${var_version:-3.22}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"
@ -69,4 +69,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable on port 6379.
${BL}redis-cli -h ${IP} -p 6379${CL} \n"
${BL}redis-cli -h ${IP} -p 6379${CL} \n"