From c89623fdf0d8fc7ed8c3cd4abf355395b8a55848 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:02:56 +0200 Subject: [PATCH] Arion: Bump authentik to 2024.6.3 --- 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 a65aaf2..7fd3760 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"; + authentikImage = "ghcr.io/goauthentik/server:2024.6.3"; in { project.name = "auth";