From e38f75e512e8258ea7c5808c7e0a2b97a1ed7a30 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Thu, 23 Jun 2022 11:37:51 +0200 Subject: [PATCH] Update openssl 1.1 on Ubuntu 22.04 (#5798) --- images/linux/scripts/installers/sqlpackage.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/linux/scripts/installers/sqlpackage.sh b/images/linux/scripts/installers/sqlpackage.sh index 9e5cc9f0a..25dec14cf 100644 --- a/images/linux/scripts/installers/sqlpackage.sh +++ b/images/linux/scripts/installers/sqlpackage.sh @@ -8,10 +8,10 @@ source $HELPER_SCRIPTS/install.sh source $HELPER_SCRIPTS/os.sh -# Install libssl1.1 dependency +# Install libssl1.1 dependency if isUbuntu22; then - download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb" "/tmp" - dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb + download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb" "/tmp" + dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb fi # Install SqlPackage