We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc083ce commit ebd8459Copy full SHA for ebd8459
.travis.yml
@@ -1,6 +1,6 @@
1
env:
2
global:
3
- - LIBRDKAFKA_VERSION=v1.9.0-RC12
+ - LIBRDKAFKA_VERSION=v1.9.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.9.0-RC12
+ENV LIBRDKAFKA_VERSION v1.9.0
34
ENV KAFKACAT_VERSION master
35
36
0 commit comments