Update homebox to 0.10.3 (#981)

This commit is contained in:
smolgrrr 2024-02-24 06:35:54 +11:00 committed by GitHub
parent b08a472dc7
commit 30ea2988ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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