From f5abe9d82e3c89cfdc4a4933cc11ca859841beda Mon Sep 17 00:00:00 2001 From: Martin Chacon Piza Date: Tue, 8 Jun 2021 16:19:41 +0200 Subject: [PATCH] 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 --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index a47260fa..d6c8ad3a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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.