we also need these args to be used for the new image ingestion endpoiont
This commit is contained in:
parent
0c843f631c
commit
f296bb2096
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue