From cc0343651ab403880c66635ae5fa042b5f937c89 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 26 Feb 2022 23:17:45 -0700 Subject: [PATCH] chore(dockerfile): bump underlying nginx version --- .idea/.idea.ab-nginx.dir/.idea/markdown.xml | 9 +++++++++ build/Dockerfile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.ab-nginx.dir/.idea/markdown.xml diff --git a/.idea/.idea.ab-nginx.dir/.idea/markdown.xml b/.idea/.idea.ab-nginx.dir/.idea/markdown.xml new file mode 100644 index 0000000..1e34094 --- /dev/null +++ b/.idea/.idea.ab-nginx.dir/.idea/markdown.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/Dockerfile b/build/Dockerfile index 75e725a..78dabbb 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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