Skip to content

Commit 60c1cd5

Browse files
committed
Update openresty to 1.25.3.2
1 parent 4fe05cf commit 60c1cd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.jenkins/Jenkinsfile

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

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.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">

local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RESET='\E[0m'
99
REGISTRY=${REGISTRY:-}
1010
DOCKER_IMAGE="${REGISTRY}nginxproxymanager/nginx-full"
1111

12-
export OPENRESTY_VERSION=1.21.4.3
12+
export OPENRESTY_VERSION=1.25.3.2
1313
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1414
export LUA_VERSION=5.1.5
1515
export LUAROCKS_VERSION=3.3.1

local-buildx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RESET='\E[0m'
99
DOCKER_IMAGE="${REGISTRY:-}nginxproxymanager/nginx-full"
1010
PLATFORMS=linux/amd64,linux/arm64,linux/arm/7
1111

12-
export OPENRESTY_VERSION=1.21.4.3
12+
export OPENRESTY_VERSION=1.25.3.2
1313
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
1414
export LUA_VERSION=5.1.5
1515
export LUAROCKS_VERSION=3.3.1

0 commit comments

Comments
 (0)