From f07f84f47e8fd6dcf66476a3404b91a71683ce58 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:08:04 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ghcr.io/deedee-ops?= =?UTF-8?q?/piped-proxy=20(=20113a67d=20=E2=86=92=206033d79=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/containers/piped/proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/piped/proxy.nix b/modules/system/containers/piped/proxy.nix index 4be3ace..cf862b0 100644 --- a/modules/system/containers/piped/proxy.nix +++ b/modules/system/containers/piped/proxy.nix @@ -11,7 +11,7 @@ in config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers.piped-proxy = svc.mkContainer { cfg = { - image = "ghcr.io/deedee-ops/piped-proxy:latest@sha256:113a67d4fc7186e31d3d70bb8e1d5d4d5a2fab9a27bbae6b9c805e335370d613"; + image = "ghcr.io/deedee-ops/piped-proxy:latest@sha256:6033d7981bc820a4ff1e999b1009beb7d2e162b4eb6f892b64f9c8687a759683"; environment = { UDS = "1"; };