2.33.2 docker version - starting error

Dear all,
I have had an error on running the new release 2.33.2 from docker hub.

Here is the message error:
Caused by: java.io.FileNotFoundException: URL cannot be resolved to absolute file path because it does not reside in the file system: war:file:/usr/local/tomcat/webapps/dhis.war*/WEB-INF/lib/dhis-web-api-2.33.2.jar

Any idea ?
Thanks in advance,
Regards

I found the source of the error. It comes from the fact that I have renamed the ROOT.war to dhis.war.
It 's strange because with previous version (2.32) it was possible to do that without having to any thing else.
Do you have any idea about that ?

Thanks
Amine

Hi @Ahammi,

It is possible that our docker images have changed, we try to improve them all the time. We do explicitly

put war file to ROOT, but that didn’t change from 2.32. If you can share your use case, I could probably comment on potential workarounds.

Gintare