diff --git a/nixos/hosts/hades/prowlarr/configuration.nix b/nixos/hosts/hades/prowlarr/configuration.nix index 2a8adf1..5d3f254 100644 --- a/nixos/hosts/hades/prowlarr/configuration.nix +++ b/nixos/hosts/hades/prowlarr/configuration.nix @@ -14,7 +14,7 @@ backend = "podman"; containers = { flaresolverr = { - image = "flaresolverr/flaresolverr:v3.1.0"; + image = "flaresolverr/flaresolverr:v3.1.1"; ports = [ "8191:8191" ];