lhotari commented on code in PR #22613:
URL: https://github.com/apache/pulsar/pull/22613#discussion_r1583594886
##########
docker/pulsar/Dockerfile:
##########
@@ -59,16 +59,16 @@ RUN apk add --no-cache \
musl-dev \
libffi-dev \
py3-pip \
- py3-grpcio \
Review Comment:
> apk sometimes provides outdated packages.
I explained the root cause in the previous comment:
https://github.com/apache/pulsar/pull/22613#discussion_r1583012275 .
Alpine comes with grpc 1.59.3 package. I don't see a reason why that
couldn't be supported.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]