From 8b8566b39503151bc5a424bbee49dfc9107743a2 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Fri, 28 May 2021 15:11:02 +0800 Subject: [PATCH] Upgrade Nginx to 1.20.1 --- images/nginx/rootfs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index 3084037cce..21850e15e6 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -export NGINX_VERSION=1.19.6 +export NGINX_VERSION=1.20.1 export NDK_VERSION=0.3.1 export SETMISC_VERSION=0.32 export MORE_HEADERS_VERSION=0.33