diff --git a/Containerfile b/Containerfile index e6a8da9..02da76a 100644 --- a/Containerfile +++ b/Containerfile @@ -29,7 +29,7 @@ ARG hashes_url=https://www.getmonero.org/downloads/$hashes_file ARG install_dir=/usr/local/bin ARG data_dir=/var/lib/monero -FROM fedora-minimal:$fedora_tag as base +FROM registry.fedoraproject.org/fedora-minimal:$fedora_tag as base ######################################################################################################################## diff --git a/README.md b/README.md index 53e924e..1e22d46 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The container exposes the following ports: ## Dependencies | Name | Version | | -------------------------------------------- | --------- | -| [Fedora](https://hub.docker.com/_/fedora) | v39 | +| [Fedora](https://registry.fedoraproject.org/repo/fedora-minimal/tags/) | v39 | | [Monero](https://www.getmonero.org/) | v0.18.3.3 | ## License