Skip to content

Commit 26bc22a

Browse files
committed
Switch to Debian 12 repo for sqlsrv
1 parent 3b2fe9e commit 26bc22a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

root/tmp/setup/sqlsrv-extension.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ apt-get install -y --no-install-recommends apt-transport-https \
2424
# Install Microsoft dependencies for sqlsrv
2525
echo "Downloading sqlsrv files"
2626
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
27-
# TODO, bookworm should be 12, but the msodbcsql17 package is not available yet, hence using bullseye (11) one.
28-
# (see https://learn.microsoft.com/en-us/answers/questions/1328834/debian-12-public-key-is-not-available)
29-
# Also, with 8.3-RC4, the bullseye (11) has stopped to build ok. So using 10 (buster) for now.
30-
curl https://packages.microsoft.com/config/debian/10/prod.list -o /etc/apt/sources.list.d/mssql-release.list
27+
curl https://packages.microsoft.com/config/debian/12/prod.list -o /etc/apt/sources.list.d/mssql-release.list
3128
apt-get update
3229

3330
echo "Install msodbcsql"

0 commit comments

Comments
 (0)