From 047fa9425c94e2c17e5f9241b4dc0c98148de1f4 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:57:43 +0100 Subject: [PATCH] Arion: Bump infrastructure --- hosts/franz/arion/infrastructure/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/arion/infrastructure/arion-compose.nix b/hosts/franz/arion/infrastructure/arion-compose.nix index 25759ca..b0bafa7 100644 --- a/hosts/franz/arion/infrastructure/arion-compose.nix +++ b/hosts/franz/arion/infrastructure/arion-compose.nix @@ -54,7 +54,7 @@ ]; }; crowdsec.service = { - image = "crowdsecurity/crowdsec:v1.6.3"; + image = "crowdsecurity/crowdsec:v1.6.4"; container_name = "crowdsec"; environment = { GID = "1000";