diff --git a/stacks/authentik/docker-compose.yml b/stacks/authentik/docker-compose.yml index 3b57fc6..103bf3f 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:2026.5.2 + image: ghcr.io/goauthentik/server:2026.5.3 restart: unless-stopped command: server networks: [authentik, edge] @@ -36,7 +36,7 @@ services: authentik-worker: container_name: authentik_worker - image: ghcr.io/goauthentik/server:2026.5.2 + image: ghcr.io/goauthentik/server:2026.5.3 restart: unless-stopped command: worker networks: [authentik]