Skip to content

Commit d05b871

Browse files
committed
Bump extension to latest 2.1.x version
1 parent 5befd72 commit d05b871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/mongodb2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PHP_VERSION
22
ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44

5-
RUN pecl install --force mongodb-2.1.4
5+
RUN pecl install --force mongodb-2.1.8
66
RUN cp `php-config --extension-dir`/mongodb.so /tmp/mongodb.so
77
RUN echo 'extension=mongodb.so' > /tmp/ext.ini
88

0 commit comments

Comments
 (0)