Skip to content

Commit ee96832

Browse files
committed
Updated openresty
1 parent 7a76448 commit ee96832

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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">

local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RESET='\E[0m'
88

99
DOCKER_IMAGE=jc21/nginx-full
1010

11-
export OPENRESTY_VERSION=1.21.4.2
11+
export OPENRESTY_VERSION=1.21.4.3
1212
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1313
export LUA_VERSION=5.1.5
1414
export LUAROCKS_VERSION=3.3.1

0 commit comments

Comments
 (0)