refactor(dockerfile): change internal version label

- create internal version using internal version number and SASS release
 version
This commit is contained in:
Asif Bacchus 2021-07-28 22:45:21 -06:00
parent 4ac52d65cb
commit 2f9e6640cd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ ENTRYPOINT [ "/sbin/tini", "--", "/usr/local/bin/sass -s ${SASS_STYLE} --watch -
ARG INTERNAL_VERSION
ARG GIT_COMMIT
ARG BUILD_DATE
LABEL dev.asifbacchus.docker.internalVerson=${INTERNAL_VERSION}
LABEL dev.asifbacchus.docker.internalVerson="${INTERNAL_VERSION}-${SASS_VERSION}"
LABEL org.opencontainers.image.version="Dart-SASS ${SASS_VERSION}"
LABEL org.opencontainers.image.revision=${GIT_COMMIT}
LABEL org.opencontainers.image.created=${BUILD_DATE}