From 9f8d290d10946ac0952229e49ec20d69824abd68 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Wed, 8 May 2024 13:53:06 +0200 Subject: [PATCH] Auth: Bump authentik authentik: 2024.4.1 -> 2024.4.2 --- hosts/franz/arion/auth/arion-compose.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/franz/arion/auth/arion-compose.nix b/hosts/franz/arion/auth/arion-compose.nix index 04fb16a..551cad2 100644 --- a/hosts/franz/arion/auth/arion-compose.nix +++ b/hosts/franz/arion/auth/arion-compose.nix @@ -1,5 +1,5 @@ -{pkgs, ...}: let - authentikImage = "ghcr.io/goauthentik/server:2024.4.1"; +let + authentikImage = "ghcr.io/goauthentik/server:2024.4.2"; in { project.name = "auth";