From bbf92403a62a9b5ef27172e4a0176280101971c4 Mon Sep 17 00:00:00 2001 From: Sakari E Date: Wed, 1 Oct 2025 14:23:26 +0300 Subject: [PATCH] Update nginx to 1.26.3 due to CVE-2025-23419 --- 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 81be81202..ad5e378ac 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.26.2 +VERSION=1.26.3 cd /tmp wget -q https://nginx.org/download/nginx-$VERSION.tar.gz