1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Use grpc 1.55.0 by default (#747)

This commit is contained in:
Michele Locati 2023-05-23 08:34:47 +02:00 committed by GitHub
parent f976073655
commit 5ca4141a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2755,7 +2755,7 @@ installRemoteModule() {
fi
if test -z "$installRemoteModule_version"; then
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=1.54.0
installRemoteModule_version=1.55.0
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
case "$DISTRO_VERSION" in