From ade2f59ae11c6c376dafd57f10571d71f2a6a94e Mon Sep 17 00:00:00 2001 From: Gautham Varma K <43441192+GauthamVarmaK@users.noreply.github.com> Date: Sat, 19 Jun 2021 10:02:44 +0530 Subject: [PATCH] Bump Base Image from 9.2.0 to 9.2.2 (#15) * Bump Base Image from 9.2.0 to 9.2.2 * Bump git from 2.31.1-r1 to 2.32.0-r0 * Upgrade Dependencies before installing Streamlink To try fix cyclic dependency version issues when installing musl and gcc * Revert "Upgrade Dependencies before installing Streamlink" This reverts commit e4f86049312db1e75c0eeef8690cb945fdfe43f4. --- tvheadend/Dockerfile | 4 ++-- tvheadend/run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index 76be3b5..8b0775c 100644 --- a/tvheadend/Dockerfile +++ b/tvheadend/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.2.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -30,4 +30,4 @@ LABEL \ org.label-schema.usage="https://github.com/GauthamVarmaK/addon-tvheadend" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/GauthamVarmaK/addon-tvheadend" \ - org.label-schema.vendor="https://github.com/GauthamVarmaK" \ No newline at end of file + org.label-schema.vendor="https://github.com/GauthamVarmaK" diff --git a/tvheadend/run.sh b/tvheadend/run.sh index 1006611..92ac8b3 100644 --- a/tvheadend/run.sh +++ b/tvheadend/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bashio bashio::log.info "[TVHeadend] Installing TVHeadend" -apk update && apk add --no-cache tvheadend=4.2.8-r3 git=2.31.1-r1 mono=6.12.0.122-r1 +apk update && apk add --no-cache tvheadend=4.2.8-r3 git=2.32.0-r0 mono=6.12.0.122-r1 mkdir -p /config/tvheadend/recordings