From 4f4c35f5577cbf1e90fb8bd9beafc6445549bf3d Mon Sep 17 00:00:00 2001 From: tipi Date: Thu, 11 Jul 2024 18:24:45 +0000 Subject: [PATCH] apps/authentik/docker-compose.yml aktualisiert new version 2024.6.0 --- 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 b43e356b..a181edcf 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.4.2 + image: ghcr.io/goauthentik/server:2024.6.0 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.4.2 + image: ghcr.io/goauthentik/server:2024.6.0 restart: unless-stopped command: worker container_name: authentik-worker