From 4d873ad376a299f2b7751193cb95efff7a7e69a3 Mon Sep 17 00:00:00 2001 From: Comminutus Date: Thu, 11 Apr 2024 07:13:04 -0400 Subject: [PATCH] Update reference to Fedora 39 image using explicit registry --- Containerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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