chore(deps): update ghcr.io/hay-kot/homebox docker tag to v0.10.2 (#1603)
This commit is contained in:
parent
702fbbb976
commit
3a27464612
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "homebox",
|
"id": "homebox",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "0.10.1",
|
"version": "0.10.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
@ -24,5 +24,8 @@
|
||||||
"env_variable": "HBOX_OPTIONS_ALLOW_REGISTRATION"
|
"env_variable": "HBOX_OPTIONS_ALLOW_REGISTRATION"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.4"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
homebox:
|
homebox:
|
||||||
image: ghcr.io/hay-kot/homebox:v0.10.1
|
image: ghcr.io/hay-kot/homebox:v0.10.2
|
||||||
container_name: homebox
|
container_name: homebox
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user