We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5befd72 commit d05b871Copy full SHA for d05b871
layers/mongodb2/Dockerfile
@@ -2,7 +2,7 @@ ARG PHP_VERSION
2
ARG BREF_VERSION
3
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
4
5
-RUN pecl install --force mongodb-2.1.4
+RUN pecl install --force mongodb-2.1.8
6
RUN cp `php-config --extension-dir`/mongodb.so /tmp/mongodb.so
7
RUN echo 'extension=mongodb.so' > /tmp/ext.ini
8
0 commit comments