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 \