chore(dockerfile): bump versions

- update NGINX to latest version (1.21.3)
- update internal version to 5.2 (bug-fix release)
This commit is contained in:
Asif Bacchus 2021-09-13 02:45:51 -06:00
parent 30388f81cd
commit 0ee6ef3fc4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# build AB-NGINX container (based on NGINX mainline) # build AB-NGINX container (based on NGINX mainline)
# #
ARG NGINX_VERSION=1.21.1 ARG NGINX_VERSION=1.21.3
FROM nginx:${NGINX_VERSION}-alpine FROM nginx:${NGINX_VERSION}-alpine
ARG NGINX_VERSION ARG NGINX_VERSION