The header comment in deployments/docker-compose.yml documents ARC_EXECUTION_IMAGE and ARC_CONSENSUS_IMAGE with example values pinned to 0.6.0:
https://github.com/circlefin/arc-node/blob/main/deployments/docker-compose.yml#L8-L9
Current release is v0.7.3 per CHANGELOG.md, so these examples are stale. Not a functional bug since the variables are required and have no default, but someone copy-pasting the example value would end up on an old, no-longer-compatible image. Happy to send a small PR updating the two lines.
The header comment in
deployments/docker-compose.ymldocumentsARC_EXECUTION_IMAGEandARC_CONSENSUS_IMAGEwith example values pinned to0.6.0:https://github.com/circlefin/arc-node/blob/main/deployments/docker-compose.yml#L8-L9
Current release is v0.7.3 per CHANGELOG.md, so these examples are stale. Not a functional bug since the variables are required and have no default, but someone copy-pasting the example value would end up on an old, no-longer-compatible image. Happy to send a small PR updating the two lines.