]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fix: rename final stage in Containerfile to 'runner'
authorpejobo <pejobo@users.noreply.github.com>
Fri, 30 Jan 2026 18:44:32 +0000 (19:44 +0100)
committerFlole <Flole998@users.noreply.github.com>
Fri, 6 Feb 2026 12:10:03 +0000 (13:10 +0100)
Containerfile.alpine

index c051e2b585604b49190d6487be4274f8560688a3..20b7efbe9ff0ff57556bd17feb8d7691fce05861 100644 (file)
@@ -60,7 +60,7 @@ RUN apk add --no-cache \
         && \
         make DESTDIR='/tvheadend' -j$(($(nproc) - 1)) install
 
-FROM docker.io/${TARGET_ARCH}/alpine:${ALPINE_VERSION}
+FROM docker.io/${TARGET_ARCH}/alpine:${ALPINE_VERSION} AS runner
 
 LABEL maintainer="Olliver Schinagl <oliver@schinagl.nl>"