diff --git a/stacks/authentik/docker-compose.yml b/stacks/authentik/docker-compose.yml index 2ef3d60..2ea3806 100644 --- a/stacks/authentik/docker-compose.yml +++ b/stacks/authentik/docker-compose.yml @@ -8,7 +8,7 @@ services: authentik-server: container_name: authentik_server - image: ghcr.io/goauthentik/server:2024.12.3 + image: ghcr.io/goauthentik/server:2025.12.5 restart: unless-stopped command: server networks: [authentik, edge] @@ -31,7 +31,7 @@ services: authentik-worker: container_name: authentik_worker - image: ghcr.io/goauthentik/server:2024.12.3 + image: ghcr.io/goauthentik/server:2025.12.5 restart: unless-stopped command: worker networks: [authentik]