1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Use latest version of mongodb

Test: mongodb
This commit is contained in:
Michele Locati 2020-02-25 10:58:17 +01:00
parent d18824e2f2
commit 5a7e9a9fda
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -1111,12 +1111,6 @@ installPECLModule() {
mongodb)
if test $1 -le 505; then
installPECLModule_actual="$2-1.5.5"
else
case "$(getDistro)" in
alpine)
installPECLModule_actual="$2-1.6.0"
;;
esac
fi
;;
msgpack)