Update authentik to 2025.2.1
This commit is contained in:
parent
fbd23f0a35
commit
9d92e69116
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ let
|
|||
};
|
||||
authentik = mkImage {
|
||||
imageName = "ghcr.io/goauthentik/server";
|
||||
finalImageTag = "2024.1.0.4";
|
||||
imageDigest = "sha256:5843c56a56be58dcee8927c705f8c9def0af7189511c0e8e687d430f543b0f6d";
|
||||
finalImageTag = "2025.2.1";
|
||||
imageDigest = "sha256:dc07e81b4462a1dad9c6720f4c73993e37d7cb2d2f94a306187318704d112e71";
|
||||
};
|
||||
};
|
||||
authentikEnv = pkgs.writeText "authentik.env" ''
|
||||
|
|
Loading…
Add table
Reference in a new issue