We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f05e3e commit 97f08feCopy full SHA for 97f08fe
.travis.yml
@@ -1,6 +1,6 @@
1
env:
2
global:
3
- - LIBRDKAFKA_VERSION=v1.7.0-RC9
+ - LIBRDKAFKA_VERSION=v1.7.0
4
5
jobs:
6
include:
examples/docker/Dockerfile.alpine
@@ -30,7 +30,7 @@ FROM alpine:3.12
30
31
COPY . /usr/src/confluent-kafka-python
32
33
-ENV LIBRDKAFKA_VERSION v1.7.0-RC9
+ENV LIBRDKAFKA_VERSION v1.7.0
34
ENV KAFKACAT_VERSION master
35
36
0 commit comments