Skip to content

Commit ebd8459

Browse files
committed
librdkafka version v1.9.0
1 parent bc083ce commit ebd8459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
global:
3-
- LIBRDKAFKA_VERSION=v1.9.0-RC12
3+
- LIBRDKAFKA_VERSION=v1.9.0
44

55
jobs:
66
include:

examples/docker/Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM alpine:3.12
3030

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

33-
ENV LIBRDKAFKA_VERSION v1.9.0-RC12
33+
ENV LIBRDKAFKA_VERSION v1.9.0
3434
ENV KAFKACAT_VERSION master
3535

3636

0 commit comments

Comments
 (0)