File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pipeline {
1515 BUILDX_NAME = " ${ IMAGE} _${ GIT_BRANCH} "
1616 BRANCH_LOWER = " ${ BRANCH_NAME.toLowerCase().replaceAll('/', '-')} "
1717 // Software versions; OpenResty does not support Lua >= 5.2
18- OPENRESTY_VERSION = ' 1.21.4.2 '
18+ OPENRESTY_VERSION = ' 1.21.4.3 '
1919 CROWDSEC_OPENRESTY_BOUNCER_VERSION = ' 0.1.7'
2020 LUA_VERSION = ' 5.1.5'
2121 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.2 -green.svg?style=for-the-badge " >
4+ <img src =" https://img.shields.io/badge/openresty-1.21.4.3 -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/jc21/nginx-full " >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RESET='\E[0m'
88
99DOCKER_IMAGE=jc21/nginx-full
1010
11- export OPENRESTY_VERSION=1.21.4.2
11+ export OPENRESTY_VERSION=1.21.4.3
1212export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1313export LUA_VERSION=5.1.5
1414export LUAROCKS_VERSION=3.3.1
You can’t perform that action at this time.
0 commit comments