We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a1f5c commit 6a9ecb9Copy full SHA for 6a9ecb9
2 files changed
Dockerfiles/mods/Dockerfile-8.1
@@ -648,7 +648,7 @@ RUN set -eux \
648
# Installation: Generic
649
# Type: PECL extension
650
# Default: Pecl command
651
- && pecl install sqlsrv \
+ && pecl install sqlsrv-5.12.0 \
652
# Enabling
653
&& docker-php-ext-enable sqlsrv \
654
&& true
Dockerfiles/mods/Dockerfile-8.2
@@ -631,7 +631,7 @@ RUN set -eux \
631
632
633
634
635
636
637
0 commit comments