chore(dockerfile): bump underlying nginx version

This commit is contained in:
2022-02-26 23:17:45 -07:00
parent 122aa79c21
commit cc0343651a
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# build AB-NGINX container (based on NGINX mainline)
#
ARG NGINX_VERSION=1.21.3
ARG NGINX_VERSION=1.21.6
FROM nginx:${NGINX_VERSION}-alpine
ARG NGINX_VERSION