From 2870d68b37b8d79cd203ea7b5bd38388a72a6ed4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 18:44:08 +0000 Subject: [PATCH] chore(deps): update authentik to v2024.4.1 --- 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 e69ca967..27f81073 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.2.2"; - ldapImage = "ghcr.io/goauthentik/ldap:2024.2.2"; + image = "ghcr.io/goauthentik/server:2024.4.1"; + ldapImage = "ghcr.io/goauthentik/ldap:2024.4.1"; mkAuthentikContainer = { cmd ? [ ] , dependsOn ? [ ]