Skip to content

Commit bc083ce

Browse files
committed
librdkafka version v1.9.0-RC12
1 parent 917606f commit bc083ce

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-RC10
3+
- LIBRDKAFKA_VERSION=v1.9.0-RC12
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-RC10
33+
ENV LIBRDKAFKA_VERSION v1.9.0-RC12
3434
ENV KAFKACAT_VERSION master
3535

3636

0 commit comments

Comments
 (0)