diff --git a/Dockerfile b/Dockerfile
index b7523175c147d7d4d93cc5ab8720962df04a6568..d7fca2747b2e7cb3dc6a81147d49d004034156fa 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 && \