From b218a4ee859a5b33d2a3a5b87268ce580b1a2003 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 1 Apr 2020 10:27:26 +0100 Subject: [PATCH] Update to OpenSSL 1.1.1f https://www.openssl.org/news/openssl-1.1.1-notes.html Adam Dodman, [01.04.20 10:26] Nope, cant update to f. World would implode Adam Dodman, [01.04.20 10:26] thems the rulez. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43a61cf..b40a215 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG PLEX_SHA=2b7a08c41b99b40a3cd45cf687ffd3de3c61c60c ARG XMLSTAR_VER=1.6.1 ARG CURL_VER=curl-7_69_1 ARG ZLIB_VER=1.2.11 -ARG OPENSSL_VER=1.1.1e +ARG OPENSSL_VER=1.1.1f FROM spritsail/debian-builder:buster-slim as builder