I took a look at the repo and noticed the docker installation always pulls the latest code from github.
Maybe it is better to start using release branches and configure the docker setup in such a way you can specify which version you want to install.
That way if the master branch is failing for some reason, you’re always able to go ahead and install a previous version.