From 4023cd2e148f504aa51d9f760dfabcae0b1f626e Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 8 May 2024 23:22:16 -0700 Subject: [PATCH] Force latest ldap proxy image? --- mail-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-server.nix b/mail-server.nix index 32f6e83..58da7f6 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -157,7 +157,7 @@ in { ldap-proxy = mkOption { type = str; description = "Docker image to use for LDAP proxy."; - default = "ghcr.io/goauthentik/ldap"; + default = "ghcr.io/goauthentik/ldap:latest"; }; };