Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
BUILDX_NAME = "${IMAGE}_${GIT_BRANCH}"
BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
// Software versions; OpenResty does not support Lua >= 5.2
OPENRESTY_VERSION = '1.27.1.2'
OPENRESTY_VERSION = '1.29.2.1'
CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7'
LUA_VERSION = '5.1.5'
LUAROCKS_VERSION = '3.3.1'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nginx-full

<p>
<img src="https://img.shields.io/badge/openresty-1.27.1.2-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/openresty-1.29.2.1-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/lua-5.1.5-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/luarocks-3.3.1-green.svg?style=for-the-badge">
<a href="https://hub.docker.com/repository/docker/nginxproxymanager/nginx-full">
Expand Down
2 changes: 1 addition & 1 deletion local-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RESET='\E[0m'
REGISTRY=${REGISTRY:-}
DOCKER_IMAGE="${REGISTRY}nginxproxymanager/nginx-full"

export OPENRESTY_VERSION=1.27.1.2
export OPENRESTY_VERSION=1.29.2.1
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
export LUA_VERSION=5.1.5
export LUAROCKS_VERSION=3.3.1
Expand Down
2 changes: 1 addition & 1 deletion local-buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RESET='\E[0m'
DOCKER_IMAGE="${REGISTRY:-}nginxproxymanager/nginx-full"
PLATFORMS=linux/amd64,linux/arm64,linux/arm/7

export OPENRESTY_VERSION=1.27.1.2
export OPENRESTY_VERSION=1.29.2.1
export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7
export LUA_VERSION=5.1.5
export LUAROCKS_VERSION=3.3.1
Expand Down