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 7d52801 commit f92b31aCopy full SHA for f92b31a
1 file changed
Dockerfile.client
@@ -7,8 +7,7 @@ RUN cd /usr/local/src && dnf install -y python3.12-pip.noarch python3.12-setupto
7
python3.12 setup.py install && cd && rm -rf /usr/local/src/confluent-kafka-python
8
RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf
9
RUN mkdir -p /root/.config/hop && ln -s /root/shared/config.toml /root/.config/hop/auth.toml
10
-RUN pip3 install -U pip && pip3 install -U hop-client==0.11.1
11
-RUN pip3.12 install -U pip && pip3.12 install -U hop-client==0.11.1
+RUN pip3.12 install -U pip && pip3.12 install -U hop-client==0.10.1
12
RUN mkdir -p /root/test_data
13
COPY test/data/example.gcn3 /root/test_data/example.gcn3
14
ENV XDG_CONFIG_PATH /root
0 commit comments