Docker Compose vs Docker Hub

I'm a little confused about how one is meant to use the images on Docker Hub. All the self-hosted deployment guides direct you to clone the github repo and use docker-compose, however the Docker Hub images are quite a ways ahead of the version in github. Are they sort of "use at your own risk"?

Hi @volfied ,

Not sure which version is cloned once you clone Retool te first time, you can check this in the 'Dockerfile' once it has been cloned, but after it is up and running, you can choose your own version available from Docker Hub and set that release in the Dockerfile and run ./update_retool.sh

Ahh, excellent. Thank you. I'm a bit of a Docker noob.