Force latest ldap proxy image?
This commit is contained in:
parent
6c95ada6e1
commit
4023cd2e14
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue