Skip to content

Commit 170b562

Browse files
authored
Merge pull request NVIDIA#432 from NVIDIA/fix-cve-2025-5914
[rhel] force update of libarchive package
2 parents ba70331 + af45b3b commit 170b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "BUILD_MULTI_ARCH_IMAGES=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
7979
8080
if [[ "${{ matrix.dist }}" =~ "rhel" ]]; then
81-
echo "CVE_UPDATES=libxml2 pam python3 sqlite-libs" >> $GITHUB_ENV
81+
echo "CVE_UPDATES=libarchive libxml2 pam python3 sqlite-libs" >> $GITHUB_ENV
8282
fi
8383
8484
- name: Set up QEMU

0 commit comments

Comments
 (0)