Skip to content

Commit e64d201

Browse files
Use protobuf==6.31.1 in python image
1 parent 0899aa2 commit e64d201

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/pulsar-functions-python-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ RUN rm -rf /pulsar/instances/python-instance/pulsar/ \
4242

4343

4444
USER $USER
45-
RUN pip3 install protobuf --upgrade --user
45+
RUN pip3 install protobuf==6.31.1 --user
4646
# to make the python runner could print json logs
4747
RUN pip3 install python-json-logger --user

images/pulsar-functions-python-runner/pulsarctl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ RUN rm -rf /pulsar/instances/python-instance/pulsar/ \
6464
WORKDIR /pulsar
6565

6666
USER $USER
67-
RUN pip3 install protobuf --upgrade --user
67+
RUN pip3 install protobuf==6.31.1 --user
6868
# to make the python runner could print json logs
6969
RUN pip3 install python-json-logger --user

0 commit comments

Comments
 (0)