From 0979b1b82b1e249358fd908fd9e7d5badeed9e8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:57:49 +0000 Subject: [PATCH] chore(deps): update authentik to v2024.10.5 --- modules/nixos/applications/authentik.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos/applications/authentik.nix b/modules/nixos/applications/authentik.nix index e1cc403a..ab627185 100644 --- a/modules/nixos/applications/authentik.nix +++ b/modules/nixos/applications/authentik.nix @@ -139,8 +139,8 @@ in config = let - image = "ghcr.io/goauthentik/server:2024.6.0"; - ldapImage = "ghcr.io/goauthentik/ldap:2024.6.0"; + image = "ghcr.io/goauthentik/server:2024.10.5"; + ldapImage = "ghcr.io/goauthentik/ldap:2024.10.5"; mkAuthentikContainer = { cmd ? [ ] , dependsOn ? [ ]