Skip to content

Commit

Permalink
Update default versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed Aug 2, 2024
1 parent 3af3156 commit 449e930
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@ NGX_HTTP_LUA=false
# LuaJIT2 version from here https://github.com/openresty/luajit2/tags
# Lua Resty Core version from here https://github.com/openresty/lua-resty-core
# Lua Resty LRU Cache version from here https://github.com/openresty/lua-resty-lrucache
LUA_JIT_VERSION="v2.1-20220111"
LUA_NGINX_MODULE_VERSION="v0.10.20"
LUA_RESTY_CORE_VERSION="v0.1.22"
LUA_RESTY_LRUCACHE_VERSION="v0.11"
LUA_JIT_VERSION="v2.1-20240626"
LUA_RESTY_CORE_VERSION="v0.1.28"
LUA_RESTY_LRUCACHE_VERSION="v0.13"
LUA_NGINX_MODULE_VERSION="v0.10.26"
LUA_NGINX_STREAM_MODULE_VERSION="master"

NGX_HTTP_PASSENGER=false
NGX_HTTP_REDIS2=false
Expand Down Expand Up @@ -351,4 +352,4 @@ INSTALL_FAIL2BAN=false

# Available installer: repo | source.
FAIL2BAN_INSTALLER="repo"
FAIL2BAN_VERSION="1.0.2"
FAIL2BAN_VERSION="1.1.0"

0 comments on commit 449e930

Please sign in to comment.