From e780c0b1889f7e7ecf0bf12884d2d1d53f79c440 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Mon, 31 May 2021 02:10:25 +0800 Subject: [PATCH] Upgrade Nginx to 1.20.1 (#7179) --- 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