Skip to content

Commit 589c64c

Browse files
committed
Latest changes to keep stretch 7.3 building
- lock sqlsrv version.
1 parent 9660f9c commit 589c64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/tmp/setup/sqlsrv-extension.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ACCEPT_EULA=Y apt-get install -y msodbcsql17
1616
ln -fsv /opt/mssql-tools/bin/* /usr/bin
1717

1818
# Need 5.5.0preview (or later) for PHP 7.3 support
19-
pecl install sqlsrv-5.5.0preview
19+
pecl install sqlsrv-5.6.1
2020
docker-php-ext-enable sqlsrv

0 commit comments

Comments
 (0)