From e59cef676a4de894c1f37bd5b0d7108643c7950a Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:17:34 +0200 Subject: [PATCH] Update Dockerfile --- tvheadend/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index 1979c47..f6e3831 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 \ + libssl1.1 \ autoconf \ automake \ bsd-compat-headers \ @@ -194,4 +194,4 @@ LABEL \ org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REF} \ - org.opencontainers.image.version=${BUILD_VERSION} \ No newline at end of file + org.opencontainers.image.version=${BUILD_VERSION}