Skip to content

Commit f9aadc6

Browse files
committed
Use ghcr.io/ruby/fedora:latest instead of docker.io for avoiding rate limit
1 parent 200bf31 commit f9aadc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tool/annocheck/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/fedora:latest
1+
FROM ghcr.io/ruby/fedora:latest
22

33
RUN dnf -y install annobin-annocheck
44
WORKDIR /work

tool/annocheck/Dockerfile-copy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/fedora:latest
1+
FROM ghcr.io/ruby/fedora:latest
22
ARG IN_DIR
33

44
RUN dnf -y install annobin-annocheck

0 commit comments

Comments
 (0)