stellar / quickstart

Home of the stellar/quickstart docker image for development and testing
Apache License 2.0
195 stars 206 forks source link

Replace git hash with tag in Makefile #534

Closed leighmcculloch closed 11 months ago

leighmcculloch commented 11 months ago

What

Replace git hash with tag in Makefile.

Why

I'm not entirely sure why a hash was used, but I know that someone experienced some issue with using tags. I think whatever the issue was must have been a local issue caused by a specific environment, because after testing both the tag still works.

We rely on tags for other images and they work. We also rely on the tag for the GitHub Action Workflow that builds the same image.

If the issue arises again locally for anyone, lets investigate further then.