Skip to content

Commit

Permalink
Update authentik to 2024.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Dec 7, 2024
1 parent acf1e42 commit dba80e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cloud/authentik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let
};
authentik = mkImage {
imageName = "ghcr.io/goauthentik/server";
finalImageTag = "2024.8.2";
imageDigest = "sha256:71984fdbb7a9414f5172bb446104d3fe4ab1ab412c8b3343bb97b04449dd53eb";
finalImageTag = "2024.1.0.4";
imageDigest = "sha256:5843c56a56be58dcee8927c705f8c9def0af7189511c0e8e687d430f543b0f6d";
};
};
authentikEnv = pkgs.writeText "authentik.env" ''
Expand Down

0 comments on commit dba80e2

Please sign in to comment.