chore(dockerfile): bump underlying nginx version

This commit is contained in:
Asif Bacchus 2022-02-26 23:17:45 -07:00
parent 122aa79c21
commit cc0343651a
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MarkdownSettings">
<enabledExtensions>
<entry key="MermaidLanguageExtension" value="false" />
<entry key="PlantUMLLanguageExtension" value="false" />
</enabledExtensions>
</component>
</project>

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