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:
parent
2940251df1
commit
dc336de922
@ -81,8 +81,8 @@ CMD [ "nginx", "-g", "daemon off;" ]
|
|||||||
|
|
||||||
# add build date and version labels
|
# add build date and version labels
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
LABEL org.opencontainers.image.version="1.19.6"
|
LABEL org.opencontainers.image.version="1.19.9"
|
||||||
LABEL app.asifbacchus.docker.internalVersion="4.0"
|
LABEL app.asifbacchus.docker.internalVersion="4.0-1.19.9"
|
||||||
LABEL org.opencontainers.image.created=${BUILD_DATE}
|
LABEL org.opencontainers.image.created=${BUILD_DATE}
|
||||||
|
|
||||||
#EOF
|
#EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user