diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 0d0ab13..7fbeaa9 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -16,7 +16,7 @@ RUN cd /etc/yum.repos.d/ && \ # Add COPR repository with rpminspect RUN cd /etc/yum.repos.d/ && \ - curl -L -O https://copr.fedorainfracloud.org/coprs/g/osci/rpminspect/repo/epel-9/group_osci-rpminspect-epel-9.repo + curl -L -O https://copr.fedorainfracloud.org/coprs/g/osci/rpminspect-annobin-12.48/repo/epel-9/group_osci-rpminspect-annobin-12.48-epel-9.repo # Add COPR repository with rpminspect data package RUN cd /etc/yum.repos.d/ && \