Skip to content

Commit b521034

Browse files
authored
Update Jenkinsfile
Fix Jenkins CROWDSEC_OPENRESTY_BOUNCER_VERSION
1 parent 0328ad5 commit b521034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
1717
// Software versions; OpenResty does not support Lua >= 5.2
1818
OPENRESTY_VERSION = '1.19.9.1'
19-
CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.7'
19+
CROWDSEC_OPENRESTY_BOUNCER_VERSION = '0.1.11'
2020
LUA_VERSION = '5.1.5'
2121
LUAROCKS_VERSION = '3.3.1'
2222
}

0 commit comments

Comments
 (0)