upgrade libkafka 2.8.0

Change-Id: I8afd8add9183271d0329bc0b0c88954caf93d822
This commit is contained in:
Hoai-Thu Vuong 2025-04-01 11:48:04 +00:00
parent a723f69d59
commit 87c25171df

@ -88,8 +88,8 @@ ONBUILD RUN \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
# Install librdkafka from source code.
apk add --no-cache curl bash && \
curl https://codeload.github.com/edenhill/librdkafka/tar.gz/v2.6.1 | tar xzf - -C /tmp/ && \
cd /tmp/librdkafka-2.6.1/ && \
curl https://codeload.github.com/edenhill/librdkafka/tar.gz/v2.8.0 | tar xzf - -C /tmp/ && \
cd /tmp/librdkafka-2.8.0/ && \
./configure && \
make && \
make install && \