In the EC2 Standalone module we rewrite the `Dockerfile` to include the specified retool version: https://github.com/tryretool/terraform-retool-modules/blob/16be9cd821717d4c82fc42bbbdd3433c69f05f25/modules/aws_ec2_standalone/main.tf#L95 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.