In the EC2 Standalone module we rewrite the Dockerfile to include the specified retool version:
However we leave the literal "x.y.z" in the CodeExecutor.Dockerfile which means docker-compose up fails and the instance seems unresponsive.
We should rewrite/modify that Dockerfile with the same version.