From 9a1153e93c691b1fb1776664d3711bc9efafe4c6 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 10 Aug 2023 17:01:32 -0600 Subject: [PATCH] feature(nginx): update default base version --- .idea/.idea.ab-nginx.dir/.idea/aws.xml | 11 +++++++++++ build/Dockerfile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.ab-nginx.dir/.idea/aws.xml diff --git a/.idea/.idea.ab-nginx.dir/.idea/aws.xml b/.idea/.idea.ab-nginx.dir/.idea/aws.xml new file mode 100644 index 0000000..b63b642 --- /dev/null +++ b/.idea/.idea.ab-nginx.dir/.idea/aws.xml @@ -0,0 +1,11 @@ + + + + + + \ No newline at end of file diff --git a/build/Dockerfile b/build/Dockerfile index 60512ba..777e19d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,7 +2,7 @@ # build AB-NGINX container (based on NGINX mainline) # -ARG NGINX_VERSION=1.23.2 +ARG NGINX_VERSION=1.25.1 FROM nginx:${NGINX_VERSION}-alpine ARG NGINX_VERSION