From 0b8424ac5e937d2f84d6d8c05759abcc0a3d5440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:03:01 +0000 Subject: [PATCH] chore(deps): update authentik --- 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..73f244d3 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.2"; + ldapImage = "ghcr.io/goauthentik/ldap:2024.10.3"; mkAuthentikContainer = { cmd ? [ ] , dependsOn ? [ ]