From 90f1ee6e27e1d2b98d97de3f8e9d636cac22c4be Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 9 Apr 2018 19:48:09 +0100 Subject: [PATCH] update to libressl2.7-libssl --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb8dee9..696d231 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN \ apk add --no-cache \ ca-certificates \ curl \ - libressl2.6-libssl \ + libressl2.7-libssl \ openssl \ p7zip \ unrar \ diff --git a/README.md b/README.md index 883d04f..3be9f37 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do ## Versions ++ **09.04.18:** update to libressl2.7-libssl. + **29.03.18:** Rebase to alpine edge. + **07.12.17:** Rebase to alpine 3.7. + **20.11.17:** Change libressl2.6-libssl repo.