From baa5c70730e15a12a29a5399e2cdc8e5da7bb5c9 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 07:08:36 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20docker.io/1337kavi?= =?UTF-8?q?n/piped-proxy=20(=2079188dc=20=E2=86=92=20c0f718e=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 c7d34ac9..d79d0d37 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 = "docker.io/1337kavin/piped-proxy:latest@sha256:79188dcc4489cf3cd6fc7ce8722c346d9167f1c2dbf970805d9971f3d17b3403"; + image = "docker.io/1337kavin/piped-proxy:latest@sha256:c0f718e9946f1d3b25fd4115e2afaa4f65ff1970deb487c898ec01edf1311ea1"; environment = { UDS = "1"; };