From 3dd3bc31f92424d24383254646fdc24fde615a50 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:08:06 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20ghcr.io/deedee-ops/?= =?UTF-8?q?lldap=20(=202024.10.30=20=E2=86=92=202024.11.04=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------ | ---------- | ---------- | | docker | ghcr.io/deedee-ops/lldap | 2024.10.30 | 2024.11.04 | --- modules/system/containers/lldap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/lldap/default.nix b/modules/system/containers/lldap/default.nix index 573133b..9c5992d 100644 --- a/modules/system/containers/lldap/default.nix +++ b/modules/system/containers/lldap/default.nix @@ -54,7 +54,7 @@ in virtualisation.oci-containers.containers.lldap = svc.mkContainer { cfg = rec { - image = "ghcr.io/deedee-ops/lldap:2024.10.30@sha256:3f778c5c00991634f6e8d77bf4fa56b0f1ffbda6d74dbe45a2b8f621807ee8f3"; + image = "ghcr.io/deedee-ops/lldap:2024.11.04@sha256:809e5458d0a88cc2b4f1edfa55807e6c7766f2fde7d3fdcda4c032911c3f7503"; environment = { LLDAP_VERBOSE = "false"; LLDAP_HTTP_URL = "http://lldap.${config.mySystem.rootDomain}";