From fd4c44110bf23ee7ff49cc54a76b1108a4b9b2a7 Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Sat, 3 Aug 2024 10:47:44 -0700 Subject: [PATCH] Switch to EL8 for binary in container Signed-off-by: Lance Albertson --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5675594f7..752fbcf94b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN mkdir -p /share RUN apt-get update && \ apt-get install -y wget rpm2cpio cpio && \ - wget "http://ftp-osl.osuosl.org/pub/cinc/files/${CHANNEL}/cinc-auditor/${VERSION}/el/7/cinc-auditor-${VERSION}-1.el7.x86_64.rpm" -O /tmp/cinc-auditor.rpm && \ + wget "http://ftp-osl.osuosl.org/pub/cinc/files/${CHANNEL}/cinc-auditor/${VERSION}/el/8/cinc-auditor-${VERSION}-1.el8.x86_64.rpm" -O /tmp/cinc-auditor.rpm && \ rpm2cpio /tmp/cinc-auditor.rpm | cpio -idmv && \ rm -rf /tmp/cinc-auditor.rpm