diff options
author | Cody Hiar <cody@hiar.ca> | 2021-10-10 10:43:05 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-10-10 10:43:05 -0600 |
commit | 8e212dc0b621a112befc7e0d94d98171dfa0b5ae (patch) | |
tree | be46355cbcd7ca47d713d6515248c2926cf54dcc | |
parent | 3908bbe94637fee87bf250e2f2f210b3b2724c90 (diff) |
-rw-r--r-- | docker/Dockerfile | 2 |
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 |