chore(DOCKERFILE): bump internal version number

This commit is contained in:
Asif Bacchus 2021-01-07 10:09:43 -07:00
parent 715ae9cd38
commit c08d3f1c37
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ CMD [ "nginx", "-g", "daemon off;" ]
# add build date and version labels
ARG BUILD_DATE
LABEL org.opencontainers.image.version="1.19.6"
LABEL app.asifbacchus.docker.internalVersion="3.2"
LABEL app.asifbacchus.docker.internalVersion="4.0"
LABEL org.opencontainers.image.created=${BUILD_DATE}
#EOF