From 1bf23f2ebbebab5fe65072321fea1c6d6cfbc24b Mon Sep 17 00:00:00 2001
From: sparklyballs <sparklyballs@gmail.com>
Date: Fri, 28 Apr 2017 23:53:20 +0100
Subject: [PATCH] update to libressl2.5-libssl

---
 Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b752317..d7fca27 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,11 +13,13 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
 RUN \
  apk add --no-cache \
 	ca-certificates \
-	libressl2.4-libssl \
 	p7zip \
 	unrar \
 	unzip && \
  apk add --no-cache \
+	--repository http://nl.alpinelinux.org/alpine/edge/main \
+	libressl2.5-libssl && \
+  apk add --no-cache \
 	--repository http://nl.alpinelinux.org/alpine/edge/testing \
 	deluge && \
 
-- 
GitLab