From 90d2cb26998c794900624fb98f25f434472a1517 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:45:41 +0200 Subject: [PATCH] Arion: Bump auth authentik: 2024.6.4 -> 2024.8 --- hosts/franz/arion/auth/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/arion/auth/arion-compose.nix b/hosts/franz/arion/auth/arion-compose.nix index 40ddc4f..7c3326f 100644 --- a/hosts/franz/arion/auth/arion-compose.nix +++ b/hosts/franz/arion/auth/arion-compose.nix @@ -1,5 +1,5 @@ let - authentikImage = "ghcr.io/goauthentik/server:2024.6.4"; + authentikImage = "ghcr.io/goauthentik/server:2024.8.0"; in { project.name = "auth";