From: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:41:28 +0000 (+0000) Subject: fix: use tini-static entrypoint X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d92f9f07c180530f5faf4c14e0e9512897c5cf1;p=thirdparty%2Ftvheadend.git fix: use tini-static entrypoint Co-authored-by: Flole998 <9951871+Flole998@users.noreply.github.com> --- diff --git a/Containerfile.alpine b/Containerfile.alpine index 63bef6f19..997589fc8 100644 --- a/Containerfile.alpine +++ b/Containerfile.alpine @@ -128,4 +128,4 @@ VOLUME /var/lib/tvheadend/recordings WORKDIR /var/lib/tvheadend/ USER tvheadend -ENTRYPOINT [ "/sbin/tini", "--", "/init" ] +ENTRYPOINT [ "/sbin/tini-static", "--", "/init" ]