From 280409ecae4979d77fad71ebe9b3ea3ddf0c1d01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Jun 2026 22:50:29 +0200 Subject: [PATCH] Update ghcr.io/pocket-id/pocket-id:v2.9.0 Docker digest to 9faea0c --- modules/pocket-id.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pocket-id.nix b/modules/pocket-id.nix index 05c7149..895f4f2 100644 --- a/modules/pocket-id.nix +++ b/modules/pocket-id.nix @@ -17,7 +17,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { pocket-id = { - image = "ghcr.io/pocket-id/pocket-id:v2.9.0@sha256:a2a38a96699d7483d65b5849b015d954f294938306a03a9c0699bc5b79554e86"; + image = "ghcr.io/pocket-id/pocket-id:v2.9.0@sha256:9faea0cd0882d5464b5b5ed7ca96727ea8c3446ce468a6dd868c0097c0160621"; autoStart = true; networks = [ "traefik"