chore(deps): update shaneisrael/fireshare docker tag to v1.2.9 (#669)
* chore(deps): update shaneisrael/fireshare docker tag to v1.2.9 * 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
84a5f4f16c
commit
b12c554e0d
|
@ -5,9 +5,11 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "fireshare",
|
||||
"tipi_version": 1,
|
||||
"version": "v1.2.8",
|
||||
"categories": ["development"],
|
||||
"tipi_version": 2,
|
||||
"version": "1.2.9",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
"description": "Self host your media and share with unique links. Share your game clips, videos, or other media via unique links.",
|
||||
"short_desc": "Self host your media and share with unique links",
|
||||
"author": "https://github.com/ShaneIsrael",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3'
|
|||
services:
|
||||
fireshare:
|
||||
container_name: fireshare
|
||||
image: shaneisrael/fireshare:v1.2.8
|
||||
image: shaneisrael/fireshare:v1.2.9
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user