Arion: Bump auth

authentik: 2024.6.3 -> 2024.6.4
This commit is contained in:
GHOSCHT 2024-08-28 15:03:59 +02:00
parent a05e5a0b78
commit f4377d2665
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,5 +1,5 @@
let
authentikImage = "ghcr.io/goauthentik/server:2024.6.3";
authentikImage = "ghcr.io/goauthentik/server:2024.6.4";
in {
project.name = "auth";
@ -33,7 +33,6 @@ in {
"diun.enable" = "true";
"diun.watch_repo" = "true";
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
"diun.exclude_tags" = "\\b\\d{4,}\\b";
};
command = "server";
environment = {