Skip to content

Commit 02d9bcd

Browse files
authored
Upgraded librdkafka version to 2.3.0 (#1664)
1 parent a150b5e commit 02d9bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.semaphore/semaphore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ execution_time_limit:
88
global_job_config:
99
env_vars:
1010
- name: LIBRDKAFKA_VERSION
11-
value: v2.3.0-RC4
11+
value: v2.3.0
1212
prologue:
1313
commands:
1414
- checkout

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 v2.3.0-RC4
33+
ENV LIBRDKAFKA_VERSION v2.3.0
3434
ENV KAFKACAT_VERSION master
3535

3636

0 commit comments

Comments
 (0)