feat(nginx): Update to stable 1.28.0

This commit is contained in:
Asif Bacchus 2025-05-18 01:25:15 -06:00
parent b3a5713413
commit 892929fddd

View File

@ -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