summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cs-nginx-bouncer.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/cs-nginx-bouncer.install b/cs-nginx-bouncer.install
index ee86f04705e6..517cb90c7c74 100644
--- a/cs-nginx-bouncer.install
+++ b/cs-nginx-bouncer.install
@@ -25,8 +25,8 @@ post_install() {
envsubst < "$TMP" | tee /etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf >/dev/null
echo installing lua-resty-http and lua-cjson using luarocks
- luarocks install lua-resty-http
- luarocks install lua-cjson
+ luarocks install lua-resty-http 0.17.1-0
+ luarocks install lua-cjson 2.1.0.10-1
}
post_upgrade() {