From 947c7410196785d6fb74e17872bf6f5f1f7053ce Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 10 Feb 2024 20:32:34 +0100 Subject: [PATCH] tubearchivist: update to 0.4.6 --- container/tubearchivist/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/tubearchivist/default.nix b/container/tubearchivist/default.nix index 7471ae4..de13e7b 100644 --- a/container/tubearchivist/default.nix +++ b/container/tubearchivist/default.nix @@ -10,7 +10,7 @@ virtualisation.oci-containers.containers = { tubearchivist = { - image = "docker.io/bbilly1/tubearchivist:v0.4.5"; + image = "docker.io/bbilly1/tubearchivist:v0.4.6"; dependsOn = [ "archivist-es" "archivist-redis" ]; ports = [ "127.0.0.1:9887:8000" ]; environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ];