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";