File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pipeline {
1616 BUILDX_NAME = " ${ IMAGE} _${ GIT_BRANCH} "
1717 BRANCH_LOWER = " ${ BRANCH_NAME.toLowerCase().replaceAll('/', '-')} "
1818 // Software versions; OpenResty does not support Lua >= 5.2
19- OPENRESTY_VERSION = ' 1.21.4.3 '
19+ OPENRESTY_VERSION = ' 1.25.3.2 '
2020 CROWDSEC_OPENRESTY_BOUNCER_VERSION = ' 0.1.7'
2121 LUA_VERSION = ' 5.1.5'
2222 LUAROCKS_VERSION = ' 3.3.1'
Original file line number Diff line number Diff line change 11# nginx-full
22
33<p >
4- <img src =" https://img.shields.io/badge/openresty-1.21.4.3 -green.svg?style=for-the-badge " >
4+ <img src =" https://img.shields.io/badge/openresty-1.25.3.2 -green.svg?style=for-the-badge " >
55 <img src =" https://img.shields.io/badge/lua-5.1.5-green.svg?style=for-the-badge " >
66 <img src =" https://img.shields.io/badge/luarocks-3.3.1-green.svg?style=for-the-badge " >
77 <a href =" https://hub.docker.com/repository/docker/nginxproxymanager/nginx-full " >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RESET='\E[0m'
99REGISTRY=${REGISTRY:- }
1010DOCKER_IMAGE=" ${REGISTRY} nginxproxymanager/nginx-full"
1111
12- export OPENRESTY_VERSION=1.21.4.3
12+ export OPENRESTY_VERSION=1.25.3.2
1313export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1414export LUA_VERSION=5.1.5
1515export LUAROCKS_VERSION=3.3.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RESET='\E[0m'
99DOCKER_IMAGE=" ${REGISTRY:- } nginxproxymanager/nginx-full"
1010PLATFORMS=linux/amd64,linux/arm64,linux/arm/7
1111
12- export OPENRESTY_VERSION=1.21.4.3
12+ export OPENRESTY_VERSION=1.25.3.2
1313export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1414export LUA_VERSION=5.1.5
1515export LUAROCKS_VERSION=3.3.1
You can’t perform that action at this time.
0 commit comments