Skip to content

Commit

Permalink
Update hop-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
cnweaver committed Aug 8, 2024
1 parent 57330af commit 3bf9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN dnf -y upgrade dnf
RUN dnf -y install python39
RUN update-alternatives --set python3 /usr/bin/python3.9

RUN python3.9 -m pip install boto3 'confluent-kafka>=2.1.1' 'hop-client>=0.8.0' pytz
RUN python3.9 -m pip install boto3 'confluent-kafka==2.4.0' 'hop-client==0.10.0' pytz

0 comments on commit 3bf9a95

Please sign in to comment.