From 79afce2dfd4f1ebbb9e9c3ba7a2c74de8cc0f752 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:47:29 +0000 Subject: [PATCH] chore(deps): update ghcr.io/goauthentik/server docker tag to v2023.10.6 (#2027) --- apps/authentik/config.json | 4 ++-- apps/authentik/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/authentik/config.json b/apps/authentik/config.json index 7a865f70..59e0fb36 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 4, - "version": "2023.10.5", + "tipi_version": 5, + "version": "2023.10.6", "categories": [ "development" ], diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index dd5c75c0..c36e23cb 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.5 + image: ghcr.io/goauthentik/server:2023.10.6 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.5 + image: ghcr.io/goauthentik/server:2023.10.6 restart: unless-stopped command: worker container_name: authentik-worker