From 5390345146791acbee72b72da25d77a50354bbad Mon Sep 17 00:00:00 2001 From: Martin Chacon Piza Date: Tue, 26 May 2020 12:06:16 +0200 Subject: [PATCH] Bump sublibraries libressl3.1-libcrypto libressl3.1-libssl Change-Id: If2207d29dfe114beb6787bd891c0d4e92a917101 --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b875cf6e..22ea1726 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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.