Force latest ldap proxy image?

This commit is contained in:
niten 2024-05-08 23:22:16 -07:00
parent 6c95ada6e1
commit 4023cd2e14
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ in {
ldap-proxy = mkOption { ldap-proxy = mkOption {
type = str; type = str;
description = "Docker image to use for LDAP proxy."; description = "Docker image to use for LDAP proxy.";
default = "ghcr.io/goauthentik/ldap"; default = "ghcr.io/goauthentik/ldap:latest";
}; };
}; };