mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
Install gRPC 1.54.0 (#728)
This commit is contained in:
parent
14919cfed6
commit
9a9716bb6a
@ -2755,7 +2755,7 @@ installRemoteModule() {
|
|||||||
fi
|
fi
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
# See https://github.com/protocolbuffers/protobuf/issues/10619
|
# See https://github.com/protocolbuffers/protobuf/issues/10619
|
||||||
installRemoteModule_version=1.53.0
|
installRemoteModule_version=1.54.0
|
||||||
fi
|
fi
|
||||||
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
|
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
|
||||||
case "$DISTRO_VERSION" in
|
case "$DISTRO_VERSION" in
|
||||||
|
Loading…
Reference in New Issue
Block a user