Skip to content

Commit

Permalink
fix: bump libssl version to ubuntu2.20 (actions#8682)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Oskera <[email protected]>
Co-authored-by: Jakub Oskera <[email protected]>
  • Loading branch information
jakuboskera and jakuboskerarws authored Oct 30, 2023
1 parent 441bf91 commit 7cd555a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/linux/scripts/installers/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 isUbuntu22; then
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb" "/tmp"
dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb" "/tmp"
dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb
fi

# Install SqlPackage
Expand Down

0 comments on commit 7cd555a

Please sign in to comment.