Skip to content

Commit

Permalink
[Ubuntu] Update version of libssl (actions#9311)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov authored Feb 7, 2024
1 parent b99ee7f commit 0b5f456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/ubuntu/scripts/build/install-sqlpackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ source $HELPER_SCRIPTS/os.sh

# Install libssl1.1 dependency
if is_ubuntu22; then
libssl_deb_path=$(download_with_retry "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb")
libssl_hash="0b3251aee55db6e20d02f4b9a2b703c9874a85ab6a20b12f4870f52f91633d37"
libssl_deb_path=$(download_with_retry "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb")
libssl_hash="97d7f8cb9ddc7f06b23dce73a25b75e5c02ec18112c4a8e5da53624d1fd718a2"
use_checksum_comparison "$libssl_deb_path" "$libssl_hash"

dpkg -i "$libssl_deb_path"
Expand Down

0 comments on commit 0b5f456

Please sign in to comment.