Bump sublibraries

libressl3.2-libcrypto
libressl3.2-libssl

These libraries were bumped in [1] on 19.03.2021

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

Change-Id: I361d5137336f6833d4ed9033b4a7f818a1cd80b5
This commit is contained in:
Martin Chacon Piza 2021-03-24 12:34:53 +01:00
parent 76826b4025
commit db200fd98b

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.1-libcrypto \
libressl3.1-libssl \
libressl3.2-libcrypto \
libressl3.2-libssl \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community && \
# Install librdkafka from source code.