aio interface - show upgrade hint for 29

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-04-15 15:12:20 +02:00
parent 75fdb28486
commit c0ab585c08
2 changed files with 3 additions and 3 deletions

View file

@ -173,7 +173,7 @@ class DockerController
}
if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = 28;
$installLatestMajor = 29;
} else {
$installLatestMajor = "";
}