From 30ea2988eec5c25476dbb080cbb5a61e7817fc07 Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Sat, 24 Feb 2024 06:35:54 +1100 Subject: [PATCH] Update homebox to 0.10.3 (#981) --- homebox/docker-compose.yml | 2 +- homebox/umbrel-app.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homebox/docker-compose.yml b/homebox/docker-compose.yml index e242f273..8b788c2c 100644 --- a/homebox/docker-compose.yml +++ b/homebox/docker-compose.yml @@ -8,7 +8,7 @@ services: APP_PORT: 7745 web: - image: ghcr.io/hay-kot/homebox:v0.10.1-rootless@sha256:644bd92d827c7ac2c491fad8fd4607bb2b3598a92efc40236d743619c95c7050 + image: ghcr.io/hay-kot/homebox:v0.10.3-rootless@sha256:cc6e3b7fa40e3259cb8cac8e5d3e594eb63a68abd16c51029d59460f7fed1212 restart: on-failure user: 1000:1000 environment: diff --git a/homebox/umbrel-app.yml b/homebox/umbrel-app.yml index b098e266..11401a5b 100644 --- a/homebox/umbrel-app.yml +++ b/homebox/umbrel-app.yml @@ -3,7 +3,7 @@ id: homebox name: HomeBox tagline: An inventory and organization system built for the home user category: files -version: "v0.10.1" +version: "v0.10.3" port: 7745 description: >- Homebox is an inventory and organization system built for the home user! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs. @@ -24,8 +24,8 @@ torOnly: false defaultUsername: "" defaultPassword: "" releaseNotes: >- - This release is a minor release updating dependencies and moving to a Low-Privileged/Distroless Docker Image + This release is a minor release updating dependencies and some bug fixes. - Read the full release notes for additional information and detailed changes at https://github.com/hay-kot/homebox/releases/tag/v0.10.1 + Read the full release notes for additional information and detailed changes at https://github.com/hay-kot/homebox/releases/ submitter: Xosten submission: https://github.com/getumbrel/umbrel-apps/pull/501 \ No newline at end of file