From 892929fdddbed7d6ae894c997a49f9ec03ae6279 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 18 May 2025 01:25:15 -0600 Subject: [PATCH] feat(nginx): Update to stable 1.28.0 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 55f1f1b..5df92de 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.5 +ARG NGINX_VERSION=1.28.0 FROM nginx:${NGINX_VERSION}-alpine ARG NGINX_VERSION