Skip to content

Commit

Permalink
Update reference to Fedora 39 image using explicit registry
Browse files Browse the repository at this point in the history
  • Loading branch information
comminutus committed Apr 11, 2024
1 parent 394e86b commit 4d873ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


########################################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d873ad

Please sign in to comment.