diff --git a/nixos/hosts/hades/prowlarr/configuration.nix b/nixos/hosts/hades/prowlarr/configuration.nix index 5d3f254..9c0d325 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.1"; + image = "flaresolverr/flaresolverr:v3.1.2"; ports = [ "8191:8191" ];