Skip to content

Commit

Permalink
librdkafka version v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jliunyu committed May 10, 2021
1 parent 8f05e3e commit 97f08fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
global:
- LIBRDKAFKA_VERSION=v1.7.0-RC9
- LIBRDKAFKA_VERSION=v1.7.0

jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM alpine:3.12

COPY . /usr/src/confluent-kafka-python

ENV LIBRDKAFKA_VERSION v1.7.0-RC9
ENV LIBRDKAFKA_VERSION v1.7.0
ENV KAFKACAT_VERSION master


Expand Down

0 comments on commit 97f08fe

Please sign in to comment.