From b8af31657582095336c52ebaab1078ab090c9877 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 4 Jul 2017 09:53:55 +0300 Subject: [PATCH] bump libressl to 2.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a62317..ae27390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN apk add --no-cache \ libstdc++ \ heimdal-libs \ libcap \ - libressl2.4-libcrypto \ - libressl2.4-libssl \ + libressl2.5-libcrypto \ + libressl2.5-libssl \ libltdl RUN set -x && \