File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN apt-get install -y \
3434RUN \
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
4040RUN \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments