From 7e46da362bdfd27dca6443b3c2dd4f1922259625 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:58:50 +0100 Subject: [PATCH] Arion: Bump auth --- 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 6937a1a..12bd7c5 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.10.2"; + authentikImage = "ghcr.io/goauthentik/server:2024.10.4"; in { project.name = "auth";