mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-05-18 07:40:36 +00:00
Updated Openresty to 1.21.4.1
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ pipeline {
|
||||
BUILDX_NAME = "${IMAGE}_${GIT_BRANCH}"
|
||||
BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
|
||||
// Software versions; OpenResty does not support Lua >= 5.2
|
||||
OPENRESTY_VERSION = '1.19.9.1'
|
||||
OPENRESTY_VERSION = '1.21.4.1'
|
||||
CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7'
|
||||
LUA_VERSION = '5.1.5'
|
||||
LUAROCKS_VERSION = '3.3.1'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# nginx-full
|
||||
|
||||
<p>
|
||||
<img src="https://img.shields.io/badge/openresty-1.19.9.1-green.svg?style=for-the-badge">
|
||||
<img src="https://img.shields.io/badge/openresty-1.21.4.1-green.svg?style=for-the-badge">
|
||||
<img src="https://img.shields.io/badge/lua-5.1.5-green.svg?style=for-the-badge">
|
||||
<img src="https://img.shields.io/badge/luarocks-3.3.1-green.svg?style=for-the-badge">
|
||||
<a href="https://hub.docker.com/repository/docker/nginxproxymanager/nginx-full">
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ RESET='\E[0m'
|
||||
|
||||
DOCKER_IMAGE=nginxproxymanager/nginx-full
|
||||
|
||||
export OPENRESTY_VERSION=1.19.9.1
|
||||
export OPENRESTY_VERSION=1.21.4.1
|
||||
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
|
||||
export LUA_VERSION=5.1.5
|
||||
export LUAROCKS_VERSION=3.3.1
|
||||
|
||||
Reference in New Issue
Block a user