From 331bdcde2ed87427628359044d1d4d60cf604b09 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jun 2026 21:50:22 +0200 Subject: [PATCH] Update ghcr.io/pocket-id/pocket-id Docker tag to v2.9.0 --- 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 b183d4b..375d2b8 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.8.0@sha256:a073640418b2cfc8587c488a7270580b3ab95cae2c543f5d64bbbe1fd7ccbae8"; + image = "ghcr.io/pocket-id/pocket-id:v2.9.0@sha256:a073640418b2cfc8587c488a7270580b3ab95cae2c543f5d64bbbe1fd7ccbae8"; autoStart = true; networks = [ "traefik"