docker-images-php
docker-images-php copied to clipboard
Last version of extension mongodb in thecodingmachine/php:8.1-v4-fpm
Hi! In image thecodingmachine/php:8.1-v4-fpm version of mongodb extenion is 1.13. I need 1.14 for update library mongodb/mongodb up to 1.13. Please update the version of mongodb extension. Or tell me please how i can do it myself.
Hey, same request here. Updating mongodb, or documenting a way to specify the required version would be awesome :)
It's now fixed
docker run -it --rm -e PHP_EXTENSION_MONGODB=1 thecodingmachine/php:8.1-v4-fpm -- php --ri mongodb | grep version
MongoDB extension version => 1.14.0
libbson bundled version => 1.22.0
libmongoc bundled version => 1.22.0
libmongocrypt bundled version => 1.5.0