diff --git a/apps/authentik/config.json b/apps/authentik/config.json index 4361549b..e9cbdbec 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 6, - "version": "2023.10.6", + "tipi_version": 7, + "version": "2023.10.7", "https": true, "categories": [ "development" diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index ce30fd04..33af2803 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:2023.10.6 + image: ghcr.io/goauthentik/server:2023.10.7 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:2023.10.6 + image: ghcr.io/goauthentik/server:2023.10.7 restart: unless-stopped command: worker container_name: authentik-worker