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 <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-05 21:01:13 -04:00 committed by GitHub
parent 66114c8d2f
commit 9f134ade34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -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",

View File

@ -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