We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0328ad5 commit b521034Copy full SHA for b521034
.jenkins/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
17
// Software versions; OpenResty does not support Lua >= 5.2
18
OPENRESTY_VERSION = '1.19.9.1'
19
- CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7'
+ CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.11'
20
LUA_VERSION = '5.1.5'
21
LUAROCKS_VERSION = '3.3.1'
22
}
0 commit comments