Skip to content

Commit ed77c62

Browse files
authored
fix(stackable-base): Update expected ca-certificates package name (#1351)
1 parent 4bb1899 commit ed77c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackable-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ chown ${STACKABLE_USER_UID}:0 /stackable/.curlrc
156156
# CVE-2023-37920: Remove "e-Tugra" root certificates
157157
# e-Tugra's root certificates were subject to an investigation prompted by reporting of security issues in their systems
158158
# Until they are removed by default from ca-certificates, we should remove them manually
159-
EXPECTED_CERTS_PACKAGE="ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.noarch"
159+
EXPECTED_CERTS_PACKAGE="ca-certificates-2025.2.80_v9.0.305-91.el9.noarch"
160160
ACTUAL_CERTS_PACKAGE="$(rpm -qa ca-certificates)"
161161
if [ "$ACTUAL_CERTS_PACKAGE" != "$EXPECTED_CERTS_PACKAGE" ]; then
162162
echo "The ca-certificates package was updated to $ACTUAL_CERTS_PACKAGE. Please check if the e-Tugra root certificates are present. \

0 commit comments

Comments
 (0)