build(VERSION): align version with NGINX versions

- add separate label for internal version tracking
This commit is contained in:
Asif Bacchus 2021-01-05 17:36:04 -07:00
parent e1bce5aaf6
commit f54bed8817
1 changed files with 2 additions and 1 deletions

View File

@ -74,4 +74,5 @@ CMD [ "nginx", "-g", "daemon off;" ]
# add build date and version labels
ARG BUILD_DATE
LABEL org.label-schema.build-date=${BUILD_DATE}
LABEL org.label-schema.version="2.1"
LABEL app.asifbacchus.docker.internalVersion="3.0"
LABEL org.label-schema.version="1.19.6"