From 7429d4f52c058e74fbe4d2be4a7f167c12a630e8 Mon Sep 17 00:00:00 2001 From: tipi Date: Mon, 2 Sep 2024 14:02:27 +0000 Subject: [PATCH] apps/authentik/docker-compose.yml aktualisiert 2024.6.4 --- apps/authentik/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index a181edcf..dc869e76 100644 --- a/apps/authentik/docker-compose.yml +++ b/apps/authentik/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: authentik: - image: ghcr.io/goauthentik/server:2024.6.0 + image: ghcr.io/goauthentik/server:2024.6.4 restart: unless-stopped command: server container_name: authentik @@ -49,7 +49,7 @@ services: traefik.http.routers.authentik-local.service: authentik traefik.http.routers.authentik-local.tls: true authentik-worker: - image: ghcr.io/goauthentik/server:2024.6.0 + image: ghcr.io/goauthentik/server:2024.6.4 restart: unless-stopped command: worker container_name: authentik-worker