From 25047400b554f4528594bec24808e66dbe314802 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:49:11 +0000 Subject: [PATCH] chore(deps): update ghcr.io/goauthentik/server docker tag to v2023.10.4 (#1659) --- apps/authentik/config.json | 13 +++++++++---- apps/authentik/docker-compose.yml | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) 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