parent
f92b43e3f0
commit
9ddedfd21e
|
@ -3066,6 +3066,10 @@ installRemoteModule() {
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
if test -z "$installRemoteModule_version"; then
|
||||||
|
# https://github.com/grpc/grpc/issues/37178
|
||||||
|
installRemoteModule_version=1.64.1
|
||||||
|
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
|
||||||
alpine@3.13)
|
alpine@3.13)
|
||||||
|
|
Loading…
Reference in New Issue