Skip to content

Commit

Permalink
Upgraded librdkafka version to 2.3.0 (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth authored Oct 25, 2023
1 parent a150b5e commit 02d9bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ execution_time_limit:
global_job_config:
env_vars:
- name: LIBRDKAFKA_VERSION
value: v2.3.0-RC4
value: v2.3.0
prologue:
commands:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM alpine:3.12

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

ENV LIBRDKAFKA_VERSION v2.3.0-RC4
ENV LIBRDKAFKA_VERSION v2.3.0
ENV KAFKACAT_VERSION master


Expand Down

0 comments on commit 02d9bcd

Please sign in to comment.