Using latest quickstart:testing from https://hub.docker.com/layers/stellar/quickstart/testing/images/sha256-6377ce642644e06e42444d2b00a8ce52eee7529f5a5f1d02cb64a29f88f05bfa?context=explore
I'm using this command locally:
docker run --rm -it \
-p 8000:8000 \
--name stellar \
stellar/quickstart:testing@sha256:6377ce642644e06e42444d2b00a8ce52eee7529f5a5f1d02cb64a29f88f05bfa \
--local \
--enable-soroban-rpc```
I check if friendbot is live: ```curl --no-progress-meter --fail-with-body "http://localhost:8000/friendbot" | grep '"invalid_field": "addr"'```
And it returns a 502 Bad Gateway response.
You can see that the same thing is happening when I run the latest quickstart as a background service in a GitHub workflow using that same `curl` command as a healthcheck on the container https://github.com/stellar/soroban-tools/actions/runs/6435753648/job/17477664549?pr=973