chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.1 (#2513)
This commit is contained in:
parent
8e5bef9d64
commit
e5695d4655
|
@ -1,22 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "Heimdall",
|
"name": "Heimdall",
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8783,
|
"port": 8783,
|
||||||
"id": "heimdall",
|
"id": "heimdall",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "2.5.8",
|
"version": "2.6.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
"description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way",
|
"description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way",
|
||||||
"short_desc": "Application Dashboard",
|
"short_desc": "Application Dashboard",
|
||||||
"author": "linuxserver",
|
"author": "linuxserver",
|
||||||
"source": "https://github.com/linuxserver/Heimdall",
|
"source": "https://github.com/linuxserver/Heimdall",
|
||||||
"website": "https://heimdall.site/",
|
"website": "https://heimdall.site/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": [
|
||||||
"arm64",
|
"arm64",
|
||||||
"amd64"
|
"amd64"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
heimdall:
|
heimdall:
|
||||||
image: lscr.io/linuxserver/heimdall:2.5.8
|
image: lscr.io/linuxserver/heimdall:2.6.1
|
||||||
container_name: heimdall
|
container_name: heimdall
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user