Remove obsolete XMLTV version arg

This commit is contained in:
TheSpad
2023-05-18 18:21:37 +01:00
parent befef1f62c
commit 16a6f605b8
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.18 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v1.0.0"
# environment settings
ARG TZ="Etc/UTC"

View File

@@ -10,7 +10,6 @@ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18 as buildstage
# package versions
ARG ARGTABLE_VER="2.13"
ARG XMLTV_VER="v1.0.0"
# environment settings
ARG TZ="Etc/UTC"