From e7f83a8adca8320d6da3a72a88cb655b81bb59a0 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 2 Nov 2022 01:06:11 -0600 Subject: [PATCH] feature(version): build for stable 1.22.1 --- .idea/.idea.ab-nginx.dir/.idea/vcs.xml | 2 +- build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/.idea.ab-nginx.dir/.idea/vcs.xml b/.idea/.idea.ab-nginx.dir/.idea/vcs.xml index a6dbafe..b1fb770 100644 --- a/.idea/.idea.ab-nginx.dir/.idea/vcs.xml +++ b/.idea/.idea.ab-nginx.dir/.idea/vcs.xml @@ -15,6 +15,6 @@ - + \ No newline at end of file diff --git a/build/Dockerfile b/build/Dockerfile index 78dabbb..53f556b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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