Docker Image Update

NextCloud Docker image for getting the development version of NextCloud Desktop Client up and running needs to be updated and I am not sure how. When you run this command and it builds out the binary, the DLLs that are packaged with it are not the correct version: docker run -v “//C/NextClient/client_theming/”:/home/user/ nextcloud-client-win32:2.3.2 sh /home/user/win/build.sh 1000

I was able to work around this by installing the non dev version from the site and copying the dlls into the dev version once the install is complete but I wanted to make someone aware so that this can be updated.