Wrong version is shown when running latest docker images
It seems like everything is working except that it is showing the wrong version for both the beacon chain and validator as seen in the screenshot.
edit: I just checked the image-digest, which is the same as the latest on docker hub. So I am definitely running the latest version

Thanks for the report. This is a problem with our CI infrastructure. Here's whats going on.
The problem here is that the docker image already existed before we tagged v1.0.0-alpha.17. We should consider rebuilding these images whenever we tag a new release so that the version reflects the appropriate git tag.
Duplicate of #6561
Actually, scratch that. They are similar but not the same issue
seems like a ci issue @prestonvanloon please reassign to me if you find it inappropriate
We don;t have a solution for this yet, but I am probably the most appropriate owner at the moment. Thanks
Removing from v1 milestone. We'll have a better pipeline in place soon, but this is not a milestone blocker.
Most helpful comment
Thanks for the report. This is a problem with our CI infrastructure. Here's whats going on.
The problem here is that the docker image already existed before we tagged v1.0.0-alpha.17. We should consider rebuilding these images whenever we tag a new release so that the version reflects the appropriate git tag.