From b12c554e0d37721be4816aafe7cea5da356f5e76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 13:35:37 +0200 Subject: [PATCH] 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 --- apps/fireshare/config.json | 8 +++++--- apps/fireshare/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/fireshare/config.json b/apps/fireshare/config.json index bec2d026..c7932de9 100644 --- a/apps/fireshare/config.json +++ b/apps/fireshare/config.json @@ -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", diff --git a/apps/fireshare/docker-compose.yml b/apps/fireshare/docker-compose.yml index 11182876..798de21c 100644 --- a/apps/fireshare/docker-compose.yml +++ b/apps/fireshare/docker-compose.yml @@ -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: