From 23be3287ddb9e2b9d532d9039aa1f1cc49952563 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:13:27 +0000 Subject: [PATCH] chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.2.2 (#2687) --- 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 b3ef1733..3793a512 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 9, - "version": "2024.2.1", + "tipi_version": 10, + "version": "2024.2.2", "https": true, "categories": [ "development" diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index b2067177..27a17b26 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.2.1 + image: ghcr.io/goauthentik/server:2024.2.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.2.1 + image: ghcr.io/goauthentik/server:2024.2.2 restart: unless-stopped command: worker container_name: authentik-worker