diff --git a/templates/compose/authentik.yaml b/templates/compose/authentik.yaml index 5fdc216e5..4437e1038 100644 --- a/templates/compose/authentik.yaml +++ b/templates/compose/authentik.yaml @@ -31,7 +31,7 @@ services: volumes: - redis:/data authentik-server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0} restart: unless-stopped command: server environment: @@ -60,7 +60,7 @@ services: redis: condition: service_healthy authentik-worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0} restart: unless-stopped command: worker environment: