Skip to content

Commit f92b31a

Browse files
author
Ron T
committed
fix typo in hop-client install version
1 parent 7d52801 commit f92b31a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.client

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ RUN cd /usr/local/src && dnf install -y python3.12-pip.noarch python3.12-setupto
77
python3.12 setup.py install && cd && rm -rf /usr/local/src/confluent-kafka-python
88
RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf
99
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
10+
RUN pip3.12 install -U pip && pip3.12 install -U hop-client==0.10.1
1211
RUN mkdir -p /root/test_data
1312
COPY test/data/example.gcn3 /root/test_data/example.gcn3
1413
ENV XDG_CONFIG_PATH /root

0 commit comments

Comments
 (0)