From 554130f0cd882bdb4e65d2bd3735731e071aa67a Mon Sep 17 00:00:00 2001 From: Michael Fitz-Payne Date: Mon, 8 Jun 2026 12:17:31 +1000 Subject: [PATCH] DEV: bump nginx to v1.30.2 (CVE-2026-9256) Multiple CVEs were reported in nginx. These have been fixed in the latest stable. https://my.f5.com/manage/s/article/K000161377 --- image/base/install-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/install-nginx b/image/base/install-nginx index 031d08621..295bc4ab3 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -2,7 +2,7 @@ set -e # version check: https://nginx.org/en/download.html -VERSION=1.30.1 +VERSION=1.30.2 cd /tmp wget -q https://nginx.org/download/nginx-$VERSION.tar.gz