From ed6c1c2363b2762957f11d02dabd42e22d94c325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 22:00:43 +0000 Subject: [PATCH] chore(deps): update owncast/owncast docker tag to v0.1.2 (#1628) --- apps/owncast/config.json | 9 ++++++--- apps/owncast/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/owncast/config.json b/apps/owncast/config.json index d4eb6cd7..9a2874e2 100755 --- a/apps/owncast/config.json +++ b/apps/owncast/config.json @@ -6,8 +6,8 @@ "exposable": true, "id": "owncast", "description": "Owncast is an open source, self-hosted, decentralized, single user live video streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.", - "tipi_version": 2, - "version": "0.1.1", + "tipi_version": 3, + "version": "0.1.2", "categories": [ "media" ], @@ -16,5 +16,8 @@ "source": "https://github.com/owncast/owncast", "website": "https://owncast.online/", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/owncast/docker-compose.yml b/apps/owncast/docker-compose.yml index 25209e3d..e2e90dd6 100755 --- a/apps/owncast/docker-compose.yml +++ b/apps/owncast/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: owncast: container_name: owncast - image: owncast/owncast:0.1.1 + image: owncast/owncast:0.1.2 volumes: - ${APP_DATA_DIR}/data:/app/data ports: