From 43e97d65c4e1e29c1abdd1bebbdb31a4698aacc7 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 26 Jan 2024 13:52:05 +0100 Subject: [PATCH] Update authentik --- modules/cloud/authentik/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cloud/authentik/default.nix b/modules/cloud/authentik/default.nix index c7b7a10..2fd9d8f 100644 --- a/modules/cloud/authentik/default.nix +++ b/modules/cloud/authentik/default.nix @@ -22,8 +22,8 @@ let }; authentik = mkImage { imageName = "ghcr.io/goauthentik/server"; - finalImageTag = "2023.8.3"; - imageDigest = "sha256:82a07af063e8f93d0f174b6b058fcb6d54cd31ca2a271d23173cb149e19e8116"; + finalImageTag = "2023.10.6"; + imageDigest = "sha256:101f83c43ccb80de1f8035d1153ce8ebcdba35e6bf98ac7168d8d7fc5d09827f"; }; }; authentikEnv = pkgs.writeText "authentik.env" ''