From c1e1519d1a5147b14568f5d19f687a2a22accf59 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 29 Jan 2023 17:14:52 +0100 Subject: [PATCH] update overseerr --- nixos/hosts/hades/overseerr/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/hades/overseerr/configuration.nix b/nixos/hosts/hades/overseerr/configuration.nix index 76ff579..d192b2e 100644 --- a/nixos/hosts/hades/overseerr/configuration.nix +++ b/nixos/hosts/hades/overseerr/configuration.nix @@ -26,7 +26,7 @@ backend = "podman"; containers = { overseerr = { - image = "ghcr.io/sct/overseerr:1.31.0"; + image = "ghcr.io/sct/overseerr:1.32.4"; environment = { # LOG_LEVEL = "debug"; TZ = "Europe/Amsterdam";