From 9ad55a8502cc19717f617bbe977a8576e5a1236b Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:38:20 +0300 Subject: [PATCH] fix: update outline oidc provider to point to correct image (#3792) * fix: update outline oidc provider to point to correct image * chore: bump tipi_version --------- Co-authored-by: hex-developer <77530549+hex-developer@users.noreply.github.com> --- apps/outline/config.json | 2 +- apps/outline/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/outline/config.json b/apps/outline/config.json index f51604a0..9a37af09 100644 --- a/apps/outline/config.json +++ b/apps/outline/config.json @@ -9,7 +9,7 @@ "utilities" ], "description": "Outline is a knowledge base designed for teams. It's goals are to be fast, intuitive and support many integrations.", - "tipi_version": 1, + "tipi_version": 2, "version": "0.75.2", "source": "https://github.com/outline/outline", "website": "https://getoutline.com", diff --git a/apps/outline/docker-compose.yml b/apps/outline/docker-compose.yml index 9f9379dd..01b2adfa 100644 --- a/apps/outline/docker-compose.yml +++ b/apps/outline/docker-compose.yml @@ -53,7 +53,7 @@ services: outline-oidc: container_name: outline-oidc - image: ghcr.io/hex-developer/oidc-provider:v0.2.0 + image: ghcr.io/sergi0g/oidc-provider:v0.2.0 restart: unless-stopped environment: - LANGUAGE_CODE=en-us