From eb957caf2fc3878332d20a85b58e9095a7bcf5c4 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:20:03 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20docker.io/1337kavi?= =?UTF-8?q?n/piped-frontend=20(=20aff87ad=20=E2=86=92=2010faf93=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/containers/piped/frontend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/piped/frontend.nix b/modules/system/containers/piped/frontend.nix index 0b9e00f..c785853 100644 --- a/modules/system/containers/piped/frontend.nix +++ b/modules/system/containers/piped/frontend.nix @@ -11,7 +11,7 @@ in config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers.piped-frontend = svc.mkContainer { cfg = { - image = "docker.io/1337kavin/piped-frontend:latest@sha256:aff87ad2b4e06ce76666972ad4023e04e7167207cc4106e2df861fc35b5d87a5"; + image = "docker.io/1337kavin/piped-frontend:latest@sha256:10faf93a6cae64d0e2a995d868ce1760b71b30506b4cc9fa2528cc7be3021fd0"; dependsOn = [ "piped-api" ]; environment = { BACKEND_HOSTNAME = "piped-api.${config.mySystem.rootDomain}";