we also need these args to be used for the new image ingestion endpoiont

This commit is contained in:
thelamer 2019-05-20 15:39:32 -07:00
parent 0c843f631c
commit f296bb2096

View file

@ -37,6 +37,8 @@ RUN \
# Runtime stage
FROM scratch
COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL MAINTAINER="sparkyballs,TheLamer"