From 1cad1c7f457ac7a20754b24f235967bef45bc861 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 5 Feb 2023 11:28:52 +0100 Subject: [PATCH] update flaresolverr --- nixos/hosts/hades/prowlarr/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/hades/prowlarr/configuration.nix b/nixos/hosts/hades/prowlarr/configuration.nix index 3dfad83..7e2b835 100644 --- a/nixos/hosts/hades/prowlarr/configuration.nix +++ b/nixos/hosts/hades/prowlarr/configuration.nix @@ -14,7 +14,7 @@ backend = "podman"; containers = { flaresolverr = { - image = "0x76/flaresolverr:3.0.0.beta2-fixup"; + image = "flaresolverr/flaresolverr:v3.0.0"; ports = [ "8191:8191" ];