diff --git a/apps/fpv-inventory/config.json b/apps/fpv-inventory/config.json index aa6d96f..f55b169 100644 --- a/apps/fpv-inventory/config.json +++ b/apps/fpv-inventory/config.json @@ -9,7 +9,7 @@ "description": "FPV Inventory is a self-hosted web app for tracking your FPV drone parts and components. It lets you catalog parts with statuses (unused, in-use, broken, retired, lost), attach photos, view part history, and filter by location or build. Built with Deno and SQLite, it features a dark-themed mobile-friendly UI with no external dependencies.", "tipi_version": 5, "min_tipi_version": "4.5.0", - "version": "sha-88eef08", + "version": "sha-95cdb79", "source": "https://github.com/cori/fpv-inventory", "website": "https://github.com/cori/fpv-inventory", "exposable": true, diff --git a/apps/fpv-inventory/docker-compose.json b/apps/fpv-inventory/docker-compose.json index b60fff4..496902d 100644 --- a/apps/fpv-inventory/docker-compose.json +++ b/apps/fpv-inventory/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "fpv-inventory", - "image": "ghcr.io/cori/fpv-inventory:sha-88eef08", + "image": "ghcr.io/cori/fpv-inventory:sha-95cdb79", "isMain": true, "environment": [ { "key": "DB_PATH", "value": "/data/fpv-inventory.db" },