chore(dockerfile): bump internal and nginx version
- update nginx to current - bump internal version in preparation for new features
This commit is contained in:
parent
75b2eb1662
commit
287830ffe7
@ -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.9"
|
LABEL org.opencontainers.image.version="1.21.1"
|
||||||
LABEL app.asifbacchus.docker.internalVersion="4.0-1.19.9"
|
LABEL app.asifbacchus.docker.internalVersion="5.0-1.21.1"
|
||||||
LABEL org.opencontainers.image.created=${BUILD_DATE}
|
LABEL org.opencontainers.image.created=${BUILD_DATE}
|
||||||
|
|
||||||
#EOF
|
#EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user