From bacf376179f5f3d9327011ae187691ed4c2eefc8 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:20:27 +0200 Subject: [PATCH] Update Dockerfile --- tvheadend/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index f6e3831..462c297 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 \ - libssl1.1 \ + libcrypto1.1=1.1.1t-r3 \ + libssl1.1=1.1.1t-r3 \ autoconf \ automake \ bsd-compat-headers \ @@ -133,11 +133,11 @@ RUN \ ffmpeg-libs \ gnu-libiconv \ gzip \ - libcrypto1.1 \ + libcrypto1.1=1.1.1t-r3 \ + libssl1.1=1.1.1t-r3 \ libcurl \ libdvbcsa \ libhdhomerun-libs \ - libssl1.1 \ libva \ mesa-dri-ati \ libvpx \