Skip to content

Commit e9dfc41

Browse files
authored
chore(ci): bump OpenSSL version for FIPS builds in Docker tests MONGOSH-3048 (#2616)
As part of these Docker tests, we replace the system OpenSSL library with one that we build. RHEL9 has started requiring a more recent verison of OpenSSL 3.x, leading to test failures in CI; the easiest fix here is to just bump the version we install.
1 parent adc86b5 commit e9dfc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/compile-and-install-openssl3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
mkdir -p /tmp/build
2222
pushd /tmp/build
2323
# Download and unpack OpenSSL
24-
curl -sSfLO https://www.openssl.org/source/openssl-3.0.5.tar.gz
24+
curl -sSfLO https://www.openssl.org/source/openssl-3.6.0.tar.gz
2525

2626
tar xvzf openssl-*.tar.gz
2727
rm -f openssl-*.tar.gz

0 commit comments

Comments
 (0)