CONTAINERS.md in hyrax-5.0.0.rc3 vs CONTAINERS.md in hyrax-5.0.0

- old
+ new

@@ -224,10 +224,10 @@ We publish several Hyrax images to the [GitHub container registry][ghcr] under the [Samvera organization][samvera-packages]. To build them: ```sh -export HYRAX_VERSION=v5.0.0.rc3 # or desired version +export HYRAX_VERSION=v5.0.0 # or desired version git checkout hyrax-$HYRAX_VERSION docker build --target hyrax-base --tag ghcr.io/samvera/hyrax/hyrax-base:$(git rev-parse HEAD) . docker tag ghcr.io/samvera/hyrax/hyrax-base:$(git rev-parse HEAD) ghcr.io/samvera/hyrax/hyrax-base:$HYRAX_VERSION