Skip to content

Commit b302d35

Browse files
committed
Latest changes to keep stretch 7.1 building
- lock sqlsrv version.
1 parent 11d637b commit b302d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/tmp/setup/php-extensions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ curl https://packages.microsoft.com/config/debian/9/prod.list -o /etc/apt/source
7070
apt-get update
7171
ACCEPT_EULA=Y apt-get install -y msodbcsql17
7272

73-
pecl install sqlsrv
73+
pecl install sqlsrv-5.6.1
7474
docker-php-ext-enable sqlsrv
7575

7676
# Keep our image size down..

0 commit comments

Comments
 (0)