File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pipeline {
16
16
BUILDX_NAME = " ${ IMAGE} _${ GIT_BRANCH} "
17
17
BRANCH_LOWER = " ${ BRANCH_NAME.toLowerCase().replaceAll('/', '-')} "
18
18
// Software versions; OpenResty does not support Lua >= 5.2
19
- OPENRESTY_VERSION = ' 1.25.3.2 '
19
+ OPENRESTY_VERSION = ' 1.27.1.1 '
20
20
CROWDSEC_OPENRESTY_BOUNCER_VERSION = ' 0.1.7'
21
21
LUA_VERSION = ' 5.1.5'
22
22
LUAROCKS_VERSION = ' 3.3.1'
Original file line number Diff line number Diff line change 1
1
# nginx-full
2
2
3
3
<p >
4
- <img src =" https://img.shields.io/badge/openresty-1.25.3.2 -green.svg?style=for-the-badge " >
4
+ <img src =" https://img.shields.io/badge/openresty-1.27.1.1 -green.svg?style=for-the-badge " >
5
5
<img src =" https://img.shields.io/badge/lua-5.1.5-green.svg?style=for-the-badge " >
6
6
<img src =" https://img.shields.io/badge/luarocks-3.3.1-green.svg?style=for-the-badge " >
7
7
<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'
9
9
REGISTRY=${REGISTRY:- }
10
10
DOCKER_IMAGE=" ${REGISTRY} nginxproxymanager/nginx-full"
11
11
12
- export OPENRESTY_VERSION=1.25.3.2
12
+ export OPENRESTY_VERSION=1.27.1.1
13
13
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
14
14
export LUA_VERSION=5.1.5
15
15
export LUAROCKS_VERSION=3.3.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RESET='\E[0m'
9
9
DOCKER_IMAGE=" ${REGISTRY:- } nginxproxymanager/nginx-full"
10
10
PLATFORMS=linux/amd64,linux/arm64,linux/arm/7
11
11
12
- export OPENRESTY_VERSION=1.25.3.2
12
+ export OPENRESTY_VERSION=1.27.1.1
13
13
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
14
14
export LUA_VERSION=5.1.5
15
15
export LUAROCKS_VERSION=3.3.1
You can’t perform that action at this time.
0 commit comments