From e60f4e19b76a319248ef7196d96c2159a4fdeabe Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:35:31 +0200 Subject: [PATCH] Arion: Bump auth authentik: 2024.8.0->2024.8.1 --- 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 7c3326f..221a552 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.8.0"; + authentikImage = "ghcr.io/goauthentik/server:2024.8.1"; in { project.name = "auth";