We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a150b5e commit 02d9bcdCopy full SHA for 02d9bcd
.semaphore/semaphore.yml
@@ -8,7 +8,7 @@ execution_time_limit:
8
global_job_config:
9
env_vars:
10
- name: LIBRDKAFKA_VERSION
11
- value: v2.3.0-RC4
+ value: v2.3.0
12
prologue:
13
commands:
14
- checkout
examples/docker/Dockerfile.alpine
@@ -30,7 +30,7 @@ FROM alpine:3.12
30
31
COPY . /usr/src/confluent-kafka-python
32
33
-ENV LIBRDKAFKA_VERSION v2.3.0-RC4
+ENV LIBRDKAFKA_VERSION v2.3.0
34
ENV KAFKACAT_VERSION master
35
36
0 commit comments