From 683c5e7f77a87d5a4b46dc518088b9a640732537 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:09:44 +0100 Subject: [PATCH] Update Dockerfile --- tvheadend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index 425a5bc..c78af0d 100644 --- a/tvheadend/Dockerfile +++ b/tvheadend/Dockerfile @@ -16,8 +16,8 @@ COPY patches/ /tmp/patches/ RUN \ echo "**** install build packages ****" && \ apk add --no-cache \ - libcrypto1.1=1.1.1t-r1 \ - libssl1.1=1.1.1t-r1 \ + libcrypto1.1=1.1.1s-r1 \ + libssl1.1=1.1.1s-r1 \ autoconf \ automake \ bsd-compat-headers \