Skip to content

Commit cbfec90

Browse files
committed
openresty 1.27.1.1
1 parent 78572cc commit cbfec90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.jenkins/Jenkinsfile

+1-1
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.25.3.2'
19+
OPENRESTY_VERSION = '1.27.1.1'
2020
CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7'
2121
LUA_VERSION = '5.1.5'
2222
LUAROCKS_VERSION = '3.3.1'

README.md

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

+1-1
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.25.3.2
12+
export OPENRESTY_VERSION=1.27.1.1
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

+1-1
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.25.3.2
12+
export OPENRESTY_VERSION=1.27.1.1
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)