feature(version): build for stable 1.22.1

This commit is contained in:
2022-11-02 01:06:11 -06:00
parent ebb989fff3
commit e7f83a8adc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# build AB-NGINX container (based on NGINX mainline)
#
ARG NGINX_VERSION=1.21.6
ARG NGINX_VERSION=1.22.1
FROM nginx:${NGINX_VERSION}-alpine
ARG NGINX_VERSION