diff --git a/Dockerfile b/Dockerfile index ac21c38..dbdb1b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN dnf -y install 'dnf5-command(copr)' && \ RUN dnf install -y --enablerepo=updates-testing \ ${RPMINSPECT_PACKAGE_NAME} \ ${RPMINSPECT_DATA_PACKAGE_NAME} \ - "libabigail >= 2.5" \ - "annobin-annocheck >= 12.66" \ + "libabigail >= 2.6" \ + "annobin-annocheck >= 12.77" \ clamav-update \ python3-pyyaml \ python3-click \ diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 2ff4d04..638937c 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -40,8 +40,8 @@ RUN dnf -y update &&\ git \ jq \ brewkoji \ - "libabigail >= 2.5" \ - "annobin-annocheck >= 12.71" \ + "libabigail >= 2.6" \ + "annobin-annocheck >= 12.65" \ && dnf clean all # Prepare the configuration file to run rpminspect against Brew stage.