Bump librdkafka dependencies

libressl3.3-libcrypto
libressl3.3-libssl

These libraries were bumped in [1] on 07.06.2021

[1] http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/

Change-Id: I7242ecc4518683571d3553c1cc8dfbbf93de369c
This commit is contained in:
Martin Chacon Piza 2021-06-08 16:19:41 +02:00
parent 844db67a91
commit f5abe9d82e
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ ONBUILD RUN \
# For librdkafka bigger than v1.6.0 we need newer versions of some
# libraries.
apk add --no-cache --virtual .build-librdkafka \
libressl3.2-libcrypto \
libressl3.2-libssl \
libressl3.3-libcrypto \
libressl3.3-libssl \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
# Install librdkafka from source code.