diff --git a/apps/authentik/config.json b/apps/authentik/config.json index 16eb6d7b..8a455d74 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 1, - "version": "2023.10.3", - "categories": ["development"], + "tipi_version": 2, + "version": "2023.10.4", + "categories": [ + "development" + ], "description": "The authentication glue you need.", "short_desc": "The authentication glue you need.", "author": "goauthentik", @@ -26,5 +28,8 @@ "env_variable": "AUTHENTIK_SECRET_KEY" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index 1f5c167f..2336a6af 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.3 + image: ghcr.io/goauthentik/server:2023.10.4 restart: unless-stopped command: server container_name: authentik @@ -50,7 +50,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.3 + image: ghcr.io/goauthentik/server:2023.10.4 restart: unless-stopped command: worker container_name: authentik-worker