From 362140258bfff14a00dde99e8d8c13f203e4e810 Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 20 Nov 2025 08:52:34 +0100 Subject: [PATCH] fix(stackable-base): Update expected ca-certificates package name --- stackable-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index e66245c4f..daf6ab567 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -156,7 +156,7 @@ chown ${STACKABLE_USER_UID}:0 /stackable/.curlrc # CVE-2023-37920: Remove "e-Tugra" root certificates # e-Tugra's root certificates were subject to an investigation prompted by reporting of security issues in their systems # Until they are removed by default from ca-certificates, we should remove them manually -EXPECTED_CERTS_PACKAGE="ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.noarch" +EXPECTED_CERTS_PACKAGE="ca-certificates-2025.2.80_v9.0.305-91.el9.noarch" ACTUAL_CERTS_PACKAGE="$(rpm -qa ca-certificates)" if [ "$ACTUAL_CERTS_PACKAGE" != "$EXPECTED_CERTS_PACKAGE" ]; then echo "The ca-certificates package was updated to $ACTUAL_CERTS_PACKAGE. Please check if the e-Tugra root certificates are present. \