diff --git a/php-fpm/Dockerfile-70 b/php-fpm/Dockerfile-70 index c4f83d14..8e5639d8 100644 --- a/php-fpm/Dockerfile-70 +++ b/php-fpm/Dockerfile-70 @@ -273,8 +273,8 @@ RUN if [ ${MSSQL} = true ]; then \ # extensions: ##################################### - pecl install sqlsrv-4.0.6 && \ - pecl install pdo_sqlsrv-4.0.6 && \ + pecl install sqlsrv-4.1.7preview && \ + pecl install pdo_sqlsrv-4.1.7preview && \ ##################################### # Set locales for the container