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,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "rss",
|
"id": "rss",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "v1.2.0",
|
"version": "1.3.0",
|
||||||
"categories": ["utilities", "media"],
|
"categories": [
|
||||||
|
"utilities",
|
||||||
|
"media"
|
||||||
|
],
|
||||||
"description": "A simple twitter-feed-style RSS aggregator written in PHP, Laravel, Inertia.js, Tailwind and Vue.js",
|
"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.",
|
"short_desc": "A simple, opinionated, RSS feed aggregator.",
|
||||||
"author": "https://github.com/ssddanbrown",
|
"author": "https://github.com/ssddanbrown",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rss:
|
rss:
|
||||||
image: ghcr.io/ssddanbrown/rss:v1.2.0
|
image: ghcr.io/ssddanbrown/rss:v1.3.0
|
||||||
container_name: rss
|
container_name: rss
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=Tipi-RSS
|
- APP_NAME=Tipi-RSS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user