build(BASE): update NGINX base image version

- change internal version numbering to include NGINX version
- update NGINX internal version label
This commit is contained in:
Asif Bacchus 2021-04-04 12:31:44 -06:00
parent 2940251df1
commit dc336de922
1 changed files with 3 additions and 3 deletions

View File

@ -81,8 +81,8 @@ 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="4.0"
LABEL org.opencontainers.image.version="1.19.9"
LABEL app.asifbacchus.docker.internalVersion="4.0-1.19.9"
LABEL org.opencontainers.image.created=${BUILD_DATE}
#EOF
#EOF