feature(version): build for stable 1.22.1

This commit is contained in:
Asif Bacchus 2022-11-02 01:06:11 -06:00
parent ebb989fff3
commit e7f83a8adc
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@
</option>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="" vcs="Git" />
</component>
</project>

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