v92 Apiserver running on docker (centOS 8) , unable to run update.exe

Hi,

I'm trying to run a v9.2 Apiserver on docker. Launch works fine but whenever I try a connection from a web browser, the update.exe process loops over and over with the following error:

2023-11-06 09:14:10.2573 INFO (Update Update) : Checking for updates...
[Mon Nov 06 09:14:12.199550 2023] [core:warn] [pid 147:tid 140156327736448] AH00045: child process 153 still did not exit, sending a SIGTERM
2023-11-06 09:14:12.7109 INFO (Update Update) : Done.
2023-11-06 09:14:13.4093 ERROR (Update Update) : Exception when running next version Update.exe
2023-11-06 09:14:13.4093 ERROR (Update Update) : Error 128 running Update. VI.Update.RunUpdateException: Error 128 running Update.
at VI.Update.NextVersionUpdateController._RunUpdate (System.Collections.Generic.IEnumerable`1[T] arguments, System.Boolean waitForExit) [0x0022d] in <626ee0ac4ad349688b76c80ce9373796>:0
at VI.Update.NextVersionUpdateController.PrepareAndFinishUpdate () [0x00045] in <626ee0ac4ad349688b76c80ce9373796>:0
at VI.Update.UpdateHandler.DoUpdate (VI.Update.UpdateInfo info, VI.Update.UpdateFlags flags, System.Func`1[TResult] canStartUpdater) [0x000be] in <626ee0ac4ad349688b76c80ce9373796>:0 at VI.Update.NextVersionUpdateController._RunUpdate (System.Collections.Generic.IEnumerable`1[T] arguments, System.Boolean waitForExit) [0x0022d] in <626ee0ac4ad349688b76c80ce9373796>:0
at VI.Update.NextVersionUpdateController.PrepareAndFinishUpdate () [0x00045] in <626ee0ac4ad349688b76c80ce9373796>:0
at VI.Update.UpdateHandler.DoUpdate (VI.Update.UpdateInfo info, VI.Update.UpdateFlags flags, System.Func`1[TResult] canStartUpdater) [0x000be] in <626ee0ac4ad349688b76c80ce9373796>:0
2023-11-06 09:14:13.4095 INFO (WebLog ) : An exception occurred during the update. The server will keep running.
2023-11-06 09:14:13.4095 INFO (WebLog ) : API Server state is now: Running

Running a v9.1 image works fine on the same server.