mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Update vesta_compile.sh to set NGINX version to 1.29.1 and PHP version to 8.4.11
This commit is contained in:
parent
b4e10ed968
commit
a475e71145
1 changed files with 3 additions and 2 deletions
|
@ -58,11 +58,12 @@ BUILD_DATE=$(date +"%d-%b-%Y")
|
||||||
|
|
||||||
# Set Version for compiling
|
# Set Version for compiling
|
||||||
VESTA_V=$VESTA_VER"_amd64"
|
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'
|
OPENSSL_V='1.1.1w'
|
||||||
PCRE_V='8.45'
|
PCRE_V='8.45'
|
||||||
ZLIB_V='1.3.1'
|
ZLIB_V='1.3.1'
|
||||||
PHP_V='8.4.10'
|
|
||||||
|
|
||||||
# Generate Links for sourcecode
|
# Generate Links for sourcecode
|
||||||
NGINX='https://nginx.org/download/nginx-'$NGINX_V'.tar.gz'
|
NGINX='https://nginx.org/download/nginx-'$NGINX_V'.tar.gz'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue