Skip to content

Commit 97f08fe

Browse files
committed
librdkafka version v1.7.0
1 parent 8f05e3e commit 97f08fe

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

3636

0 commit comments

Comments
 (0)