Skip to content

Commit

Permalink
update version nginx, libressl, openssl, kibmaxminddb
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriousWarrior committed Dec 20, 2023
1 parent 69a8c64 commit 2bcd26d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx-autoinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ if [[ $EUID -ne 0 ]]; then
fi

# Define versions
NGINX_MAINLINE_VER=1.25.2
NGINX_MAINLINE_VER=1.25.3
NGINX_STABLE_VER=1.25.0
LIBRESSL_VER=3.7.3
OPENSSL_VER=3.1.3
LIBRESSL_VER=3.8.2
OPENSSL_VER=3.2.0
HEADERMOD_VER=0.34
LIBMAXMINDDB_VER=1.7.1
LIBMAXMINDDB_VER=1.8.0
GEOIP2_VER=3.4

# Define installation paramaters for headless install (fallback if unspecifed)
Expand Down

0 comments on commit 2bcd26d

Please sign in to comment.