mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Hardcode last protobuf version (#636)
See https://github.com/protocolbuffers/protobuf/issues/10619
This commit is contained in:
parent
8a5b7e62e6
commit
7d1ca9fd6b
1 changed files with 3 additions and 0 deletions
|
@ -2957,6 +2957,9 @@ installRemoteModule() {
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
installRemoteModule_version=3.12.4
|
installRemoteModule_version=3.12.4
|
||||||
|
else
|
||||||
|
# see https://github.com/protocolbuffers/protobuf/issues/10619
|
||||||
|
installRemoteModule_version=3.21.6
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue