Skip to content

Commit 9a64f7d

Browse files
committed
fix: mongodb on 1.21
1 parent 10a6dd9 commit 9a64f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php8.2-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apt-get install -y \
3434
RUN \
3535
pecl install -o -f redis \
3636
&& pecl install xdebug \
37-
&& pecl install mongodb-1.18.0
37+
&& pecl install mongodb-1.21.0
3838

3939
# PHP Extensions
4040
RUN \

php8.2-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update \
2424
pkg-config \
2525

2626
&& pecl install -o -f redis \
27-
&& pecl install -o -f mongodb-1.18.0 \
27+
&& pecl install -o -f mongodb-1.21.0 \
2828
&& docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \
2929
&& docker-php-ext-install -j$(nproc) gd mbstring zip mysqli pdo_mysql gmp pcntl exif bcmath sockets \
3030
&& docker-php-ext-enable redis exif bcmath sockets mongodb \

0 commit comments

Comments
 (0)