Update vesta_compile.sh to set NGINX version to 1.29.1 and PHP version to 8.4.11

This commit is contained in:
Peca 2025-08-18 15:24:54 +02:00
commit a475e71145

View file

@ -58,11 +58,12 @@ BUILD_DATE=$(date +"%d-%b-%Y")
# Set Version for compiling
VESTA_V=$VESTA_VER"_amd64"
NGINX_V='1.29.0'
NGINX_V='1.29.1'
PHP_V='8.4.11'
OPENSSL_V='1.1.1w'
PCRE_V='8.45'
ZLIB_V='1.3.1'
PHP_V='8.4.10'
# Generate Links for sourcecode
NGINX='https://nginx.org/download/nginx-'$NGINX_V'.tar.gz'