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.
2 parents b6569ce + d05b871 commit ea665e9Copy full SHA for ea665e9
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
layers/mongodb2/config.json
@@ -2,6 +2,7 @@
"php": [
"82",
"83",
- "84"
+ "84",
+ "85"
]
}
0 commit comments