Skip to content

Commit

Permalink
explicitly set lua dependencies versions (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Mar 4, 2024
1 parent aea8138 commit 22b0322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/postinst
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 22b0322

Please sign in to comment.