Skip to content

Commit 0b7b359

Browse files
committed
fix: Update mongodb ver
1 parent 05f01b0 commit 0b7b359

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfiles/mods/Dockerfile-7.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ RUN set -eux \
395395
# Installation: Generic
396396
# Type: PECL extension
397397
# Default: Pecl command
398-
&& pecl install mongodb \
398+
&& pecl install mongodb-1.20.1 \
399399
# Enabling
400400
&& docker-php-ext-enable mongodb \
401401
&& true

Dockerfiles/mods/Dockerfile-8.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ RUN set -eux \
377377
# Installation: Generic
378378
# Type: PECL extension
379379
# Default: Pecl command
380-
&& pecl install mongodb \
380+
&& pecl install mongodb-1.20.1 \
381381
# Enabling
382382
&& docker-php-ext-enable mongodb \
383383
&& true

0 commit comments

Comments
 (0)