diff --git a/php/src/Controller/DockerController.php b/php/src/Controller/DockerController.php index 0b9b7e6a..c31de6f5 100644 --- a/php/src/Controller/DockerController.php +++ b/php/src/Controller/DockerController.php @@ -334,6 +334,8 @@ readonly class DockerController { } public function RunNextcloudUpgradeToLatestMajor(Request $request, Response $response, array $args) : Response { + $this->configurationManager->installLatestMajor = '33'; + // Get streaming response start and closure $nonbufResp = $this->startStreamingResponse($response); $body = $nonbufResp->getBody();