Skip to content

Commit 847cd7f

Browse files
committed
build(nginx): update NGINX Mainline version to 1.29.3
1 parent 95ba498 commit 847cd7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx-autoinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [[ -f /etc/os-release ]]; then
3131
fi
3232

3333
# Define versions
34-
NGINX_MAINLINE_VER=${NGINX_MAINLINE_VER:-1.29.0}
34+
NGINX_MAINLINE_VER=${NGINX_MAINLINE_VER:-1.29.3}
3535
NGINX_STABLE_VER=${NGINX_STABLE_VER:-1.28.0}
3636
LIBRESSL_VER=${LIBRESSL_VER:-3.9.2}
3737
OPENSSL_VER=${OPENSSL_VER:-3.5.2}

0 commit comments

Comments
 (0)