mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 17:38:21 +01:00
Merge pull request #123 from mlocati/use-latest-mongodb
Use latest version of mongodb
This commit is contained in:
commit
419d019232
@ -1111,12 +1111,6 @@ installPECLModule() {
|
|||||||
mongodb)
|
mongodb)
|
||||||
if test $1 -le 505; then
|
if test $1 -le 505; then
|
||||||
installPECLModule_actual="$2-1.5.5"
|
installPECLModule_actual="$2-1.5.5"
|
||||||
else
|
|
||||||
case "$(getDistro)" in
|
|
||||||
alpine)
|
|
||||||
installPECLModule_actual="$2-1.6.0"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
msgpack)
|
msgpack)
|
||||||
|
Loading…
Reference in New Issue
Block a user