diff --git a/Dockerfile b/Dockerfile index 99d5de8..b5464c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,11 @@ FROM lsiobase/alpine MAINTAINER saarg +# set version label +ARG BUILD_DATE +ARG VERSION +LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" + # install build time dependencies RUN \ apk add --no-cache --virtual=build-dependencies \ @@ -54,4 +59,4 @@ RUN \ COPY root/ / # ports and volumes -VOLUME /config \ No newline at end of file +VOLUME /config