From 8a350c7cdcd60da5648c493d507688a2ca8a940c Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 3 Aug 2020 07:15:21 +0900 Subject: [PATCH] Update install-mssql.sh not to specify curl version --- tools/install-mssql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install-mssql.sh b/tools/install-mssql.sh index bbabbcc9..358ad44b 100755 --- a/tools/install-mssql.sh +++ b/tools/install-mssql.sh @@ -13,7 +13,7 @@ set -eo pipefail # install build dependencies apt-get update apt-get install --no-install-recommends -y --allow-downgrades \ - curl=7.52.1-5+deb9u10 \ + curl \ gnupg=2.1.18-8~deb9u4 \ apt-transport-https