Skip to content

Commit e1f6d36

Browse files
author
Kristan Kenney
committed
Bump PHP, NGINX, and OpenSSL versions
PHP: 7.3.4 NGINX: 1.15.10 OpenSSL: 1.1.1b
1 parent 626e247 commit e1f6d36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/hst_autocompile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ GIT_REP='https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/deb'
99

1010
# Set Version for compiling
1111
HESTIA_V='0.9.8-28_amd64'
12-
NGINX_V='1.15.9'
13-
OPENSSL_V='1.1.1a'
12+
NGINX_V='1.15.10'
13+
OPENSSL_V='1.1.1b'
1414
PCRE_V='8.42'
1515
ZLIB_V='1.2.11'
16-
PHP_V='7.3.3'
16+
PHP_V='7.3.4'
1717

1818
# Generate Links for sourcecode
1919
HESTIA='https://github.com/hestiacp/hestiacp/archive/master.zip'

0 commit comments

Comments
 (0)