summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFirstAirBender2024-04-08 11:39:00 -0600
committerFirstAirBender2024-04-08 11:39:00 -0600
commitdf33f97668da020bbde1cd2ad256d4e1152cd0f4 (patch)
tree80329b1adb506d7cd53c0c1800c00bf7df63593c
parent8d04a0905e7c31c5c64270d20322a85d7ec9193a (diff)
downloadaur-df33f97668da020bbde1cd2ad256d4e1152cd0f4.tar.gz
fix lua deps versions
-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() {