update AIO interface to allow to install the latest hub version

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-09-16 12:10:15 +02:00
parent 4655294cfe
commit fae93b685b
2 changed files with 7 additions and 7 deletions

View file

@ -177,7 +177,7 @@ readonly class DockerController {
}
if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = 31;
$installLatestMajor = 32;
} else {
$installLatestMajor = "";
}