diff --git a/CONTAINERS.md b/CONTAINERS.md index 750a5074a2..9998b3ca7e 100644 --- a/CONTAINERS.md +++ b/CONTAINERS.md @@ -181,7 +181,7 @@ It was also seen on a Windows 10 host and was resolved by using the git `--core. We also provide a base image which can be reused for your Hyrax applications: `hyrax`. ```sh -echo "FROM samveralabs/hyrax" > Dockerfile +echo "FROM ghcr.io/samvera/hyrax/hyrax-base:v5.0.2" > Dockerfile ``` _This is for applications that mount Hyrax and is separate from the docker containers for Hyrax engine development._