Bump sublibraries

libressl3.1-libcrypto
libressl3.1-libssl

Change-Id: If2207d29dfe114beb6787bd891c0d4e92a917101
This commit is contained in:
Martin Chacon Piza 2020-05-26 12:06:16 +02:00
parent de460c8946
commit 5390345146
1 changed files with 2 additions and 2 deletions

View File

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