Skip to content

Commit

Permalink
Update authentik
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Sep 25, 2024
1 parent 81b549a commit a59fa31
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.6.3";
imageDigest = "sha256:31bbe9c91ef7f95f0ed5f051bd268465d79b20eeb127066f39af22991ccfc85d";
finalImageTag = "2024.8.2";
imageDigest = "sha256:71984fdbb7a9414f5172bb446104d3fe4ab1ab412c8b3343bb97b04449dd53eb";
};
};
authentikEnv = pkgs.writeText "authentik.env" ''
Expand Down

0 comments on commit a59fa31

Please sign in to comment.