We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0899aa2 commit e64d201Copy full SHA for e64d201
images/pulsar-functions-python-runner/Dockerfile
@@ -42,6 +42,6 @@ RUN rm -rf /pulsar/instances/python-instance/pulsar/ \
42
43
44
USER $USER
45
-RUN pip3 install protobuf --upgrade --user
+RUN pip3 install protobuf==6.31.1 --user
46
# to make the python runner could print json logs
47
RUN pip3 install python-json-logger --user
images/pulsar-functions-python-runner/pulsarctl.Dockerfile
@@ -64,6 +64,6 @@ RUN rm -rf /pulsar/instances/python-instance/pulsar/ \
64
WORKDIR /pulsar
65
66
67
68
69
0 commit comments