diff --git a/apps/authentik/config.json b/apps/authentik/config.json index adffc8ec..622d4c83 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,12 +5,10 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 13, - "version": "2024.4.1", + "tipi_version": 16, + "version": "2024.4.2", "https": true, - "categories": [ - "development" - ], + "categories": ["development"], "description": "The authentication glue you need.", "short_desc": "The authentication glue you need.", "author": "goauthentik", @@ -29,8 +27,5 @@ "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 f89f8dcf..b43e356b 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:2024.4.1 + image: ghcr.io/goauthentik/server:2024.4.2 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:2024.4.1 + image: ghcr.io/goauthentik/server:2024.4.2 restart: unless-stopped command: worker container_name: authentik-worker