Skip to content

Commit 101b6b2

Browse files
committed
librdkafka version v1.9.2-RC2
1 parent c2c8b6b commit 101b6b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
global:
3-
- LIBRDKAFKA_VERSION=v1.9.0
3+
- LIBRDKAFKA_VERSION=v1.9.2-RC2
44

55
jobs:
66
include:

examples/docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
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
33+
ENV LIBRDKAFKA_VERSION v1.9.2-RC2
3434
ENV KAFKACAT_VERSION master
3535

3636

0 commit comments

Comments
 (0)