Use ghcr.io/ruby/fedora:latest instead of docker.io for avoiding rate limit

This commit is contained in:
Hiroshi SHIBATA 2025-03-13 10:45:36 +09:00
parent 200bf3134a
commit f9aadc62ed
Notes: git 2025-03-13 04:08:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/fedora:latest FROM ghcr.io/ruby/fedora:latest
RUN dnf -y install annobin-annocheck RUN dnf -y install annobin-annocheck
WORKDIR /work WORKDIR /work

View File

@ -1,4 +1,4 @@
FROM docker.io/fedora:latest FROM ghcr.io/ruby/fedora:latest
ARG IN_DIR ARG IN_DIR
RUN dnf -y install annobin-annocheck RUN dnf -y install annobin-annocheck