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:
parent
66114c8d2f
commit
9f134ade34
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user