Update vesta_compile.sh

This commit is contained in:
myvesta 2021-04-04 19:05:47 +02:00 committed by GitHub
commit 6ac6f50598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,9 +58,9 @@ BUILD_DATE=$(date +"%d-%b-%Y")
# Set Version for compiling
VESTA_V=$VESTA_VER"_amd64"
NGINX_V='1.17.7'
OPENSSL_V='1.1.1d'
PCRE_V='8.43'
NGINX_V='1.19.9'
OPENSSL_V='1.1.1k'
PCRE_V='8.44'
ZLIB_V='1.2.11'
PHP_V='5.6.40'