diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index 9d8312e..2f13db4 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -15,7 +15,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.21.4.2' + OPENRESTY_VERSION = '1.21.4.3' CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7' LUA_VERSION = '5.1.5' LUAROCKS_VERSION = '3.3.1' diff --git a/README.md b/README.md index fea4ac5..006ef4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nginx-full

- + diff --git a/local-build.sh b/local-build.sh index ffd672e..ba86fb5 100755 --- a/local-build.sh +++ b/local-build.sh @@ -8,7 +8,7 @@ RESET='\E[0m' DOCKER_IMAGE=jc21/nginx-full -export OPENRESTY_VERSION=1.21.4.2 +export OPENRESTY_VERSION=1.21.4.3 export CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.7 export LUA_VERSION=5.1.5 export LUAROCKS_VERSION=3.3.1