From 9f134ade345cc0b208eebf6d490889fb00efedea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 21:01:13 -0400 Subject: [PATCH] chore(deps): update ghcr.io/ssddanbrown/rss docker tag to v1.3.0 (#473) * chore(deps): update ghcr.io/ssddanbrown/rss docker tag to v1.3.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/rss/config.json | 9 ++++++--- apps/rss/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/rss/config.json b/apps/rss/config.json index cfc13d7c..b369a2c3 100644 --- a/apps/rss/config.json +++ b/apps/rss/config.json @@ -5,9 +5,12 @@ "available": true, "exposable": true, "id": "rss", - "tipi_version": 1, - "version": "v1.2.0", - "categories": ["utilities", "media"], + "tipi_version": 2, + "version": "1.3.0", + "categories": [ + "utilities", + "media" + ], "description": "A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js", "short_desc": "A simple, opinionated, RSS feed aggregator.", "author": "https://github.com/ssddanbrown", diff --git a/apps/rss/docker-compose.yml b/apps/rss/docker-compose.yml index 8b293f46..769a140e 100644 --- a/apps/rss/docker-compose.yml +++ b/apps/rss/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: rss: - image: ghcr.io/ssddanbrown/rss:v1.2.0 + image: ghcr.io/ssddanbrown/rss:v1.3.0 container_name: rss environment: - APP_NAME=Tipi-RSS