Use ghcr.io/ruby/fedora:latest instead of docker.io for avoiding rate limit
This commit is contained in:
parent
200bf3134a
commit
f9aadc62ed
Notes:
git
2025-03-13 04:08:31 +00:00
@ -1,4 +1,4 @@
|
||||
FROM docker.io/fedora:latest
|
||||
FROM ghcr.io/ruby/fedora:latest
|
||||
|
||||
RUN dnf -y install annobin-annocheck
|
||||
WORKDIR /work
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/fedora:latest
|
||||
FROM ghcr.io/ruby/fedora:latest
|
||||
ARG IN_DIR
|
||||
|
||||
RUN dnf -y install annobin-annocheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user