We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f01b0 commit 0b7b359Copy full SHA for 0b7b359
2 files changed
Dockerfiles/mods/Dockerfile-7.4
@@ -395,7 +395,7 @@ RUN set -eux \
395
# Installation: Generic
396
# Type: PECL extension
397
# Default: Pecl command
398
- && pecl install mongodb \
+ && pecl install mongodb-1.20.1 \
399
# Enabling
400
&& docker-php-ext-enable mongodb \
401
&& true
Dockerfiles/mods/Dockerfile-8.0
@@ -377,7 +377,7 @@ RUN set -eux \
377
378
379
380
381
382
383
0 commit comments