From 22b03220c41a4a9d074ff37a3241d51a45bd581c Mon Sep 17 00:00:00 2001 From: blotus Date: Mon, 4 Mar 2024 10:51:40 +0100 Subject: [PATCH] explicitly set lua dependencies versions (#55) --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index d9aa44d..5c08f03 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,8 +1,8 @@ systemctl daemon-reload -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 API_KEY_REQUIRED=true BOUNCER_CONFIG_PATH="/etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf"