Skip to content

Commit

Permalink
fix: use docker.io/fedora:rawhide which is more up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Feb 12, 2025
1 parent f4122e4 commit ef2367a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM registry.fedoraproject.org/fedora-minimal:rawhide
#FROM registry.fedoraproject.org/fedora-minimal:rawhide
FROM docker.io/fedora:rawhide

COPY dnf.conf /etc/dnf/dnf.conf

Expand Down

0 comments on commit ef2367a

Please sign in to comment.