From 3bf9a95c7f7c35ac6bda7c23b824861195c84e1c Mon Sep 17 00:00:00 2001 From: "C. Weaver" Date: Thu, 8 Aug 2024 14:15:14 -0400 Subject: [PATCH] Update hop-client version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c74cbc7..592d4ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +RUN python3.9 -m pip install boto3 'confluent-kafka==2.4.0' 'hop-client==0.10.0' pytz \ No newline at end of file