mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Install grpc 1.57.0 by default (#785)
This commit is contained in:
parent
c38194cb97
commit
3b15696439
1 changed files with 1 additions and 1 deletions
|
@ -2837,7 +2837,7 @@ installRemoteModule() {
|
|||
fi
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
# See https://github.com/protocolbuffers/protobuf/issues/10619
|
||||
installRemoteModule_version=1.56.0
|
||||
installRemoteModule_version=1.57.0
|
||||
fi
|
||||
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
|
||||
case "$DISTRO_VERSION" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue