File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pipeline {
15
15
BUILDX_NAME = " ${ IMAGE} _${ GIT_BRANCH} "
16
16
BRANCH_LOWER = " ${ BRANCH_NAME.toLowerCase().replaceAll('/', '-')} "
17
17
// Software versions; OpenResty does not support Lua >= 5.2
18
- OPENRESTY_VERSION = ' 1.21.4.2 '
18
+ OPENRESTY_VERSION = ' 1.21.4.3 '
19
19
CROWDSEC_OPENRESTY_BOUNCER_VERSION = ' 0.1.7'
20
20
LUA_VERSION = ' 5.1.5'
21
21
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.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 " >
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/jc21/nginx-full " >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RESET='\E[0m'
8
8
9
9
DOCKER_IMAGE=jc21/nginx-full
10
10
11
- export OPENRESTY_VERSION=1.21.4.2
11
+ export OPENRESTY_VERSION=1.21.4.3
12
12
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
13
13
export LUA_VERSION=5.1.5
14
14
export LUAROCKS_VERSION=3.3.1
You can’t perform that action at this time.
0 commit comments