From c1521ed3c25a3c21fc8bbaa3cdbb119c2eb67d44 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Sun, 22 Dec 2024 06:16:34 +0100 Subject: [PATCH] Update annocheck --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbdb1b2..071e30c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN dnf install -y --enablerepo=updates-testing \ ${RPMINSPECT_PACKAGE_NAME} \ ${RPMINSPECT_DATA_PACKAGE_NAME} \ "libabigail >= 2.6" \ - "annobin-annocheck >= 12.77" \ + "annobin-annocheck >= 12.79" \ clamav-update \ python3-pyyaml \ python3-click \