aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 423c52c..1f41237 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,7 +1,7 @@
FROM python:3.6-bullseye
# Install kafka
-RUN pip install kafka-python
+RUN pip install kafka-python==2.0.2
# The code is stored here
WORKDIR /usr/src/app