mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Temporarily use old version of mongodb
See https://jira.mongodb.org/browse/CDRIVER-3541
This commit is contained in:
parent
4e63ee8b36
commit
122141976c
1 changed files with 6 additions and 0 deletions
|
@ -1094,6 +1094,12 @@ 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…
Add table
Add a link
Reference in a new issue