chore(dockerfile): bump internal and nginx version

- update nginx to current
- bump internal version in preparation for new features
This commit is contained in:
Asif Bacchus 2021-07-25 15:02:11 -06:00
parent 75b2eb1662
commit 287830ffe7
1 changed files with 2 additions and 2 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.9"
LABEL app.asifbacchus.docker.internalVersion="4.0-1.19.9"
LABEL org.opencontainers.image.version="1.21.1"
LABEL app.asifbacchus.docker.internalVersion="5.0-1.21.1"
LABEL org.opencontainers.image.created=${BUILD_DATE}
#EOF