diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 0830243..7da5921 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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" diff --git a/Dockerfile.armhf b/Dockerfile.armhf index ee2db3d..924f778 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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"