From 2c2f292b5f0ff7ce65f851e7220fd66a548f0be9 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:25:08 +0200 Subject: [PATCH] Update Dockerfile --- tvheadend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index 462c297..88bc57a 100644 --- a/tvheadend/Dockerfile +++ b/tvheadend/Dockerfile @@ -15,7 +15,7 @@ COPY patches/ /tmp/patches/ RUN \ echo "**** install build packages ****" && \ - apk add --no-cache \ + apk add --no-cache -U \ libcrypto1.1=1.1.1t-r3 \ libssl1.1=1.1.1t-r3 \ autoconf \