From d1686ee2fef1ab4c346d1dbbc7052acf999666d8 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 18 May 2025 00:25:24 -0600 Subject: [PATCH] feat(nginx): Update to stable 1.27.5 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index faed601..55f1f1b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,7 +2,7 @@ # build AB-NGINX container (based on NGINX mainline on Alpine linux) # -ARG NGINX_VERSION=1.27.3 +ARG NGINX_VERSION=1.27.5 FROM nginx:${NGINX_VERSION}-alpine ARG NGINX_VERSION