chore(deps): update lscr.io/linuxserver/heimdall docker tag to v2.6.1 (#2513)

This commit is contained in:
renovate[bot] 2024-02-19 17:50:29 +00:00 committed by GitHub
parent 8e5bef9d64
commit e5695d4655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 21 deletions

View File

@ -1,22 +1,22 @@
{
"name": "Heimdall",
"available": true,
"exposable": true,
"port": 8783,
"id": "heimdall",
"tipi_version": 1,
"version": "2.5.8",
"categories": [
"utilities"
],
"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",
"author": "linuxserver",
"source": "https://github.com/linuxserver/Heimdall",
"website": "https://heimdall.site/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
"name": "Heimdall",
"available": true,
"exposable": true,
"port": 8783,
"id": "heimdall",
"tipi_version": 2,
"version": "2.6.1",
"categories": [
"utilities"
],
"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",
"author": "linuxserver",
"source": "https://github.com/linuxserver/Heimdall",
"website": "https://heimdall.site/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
heimdall:
image: lscr.io/linuxserver/heimdall:2.5.8
image: lscr.io/linuxserver/heimdall:2.6.1
container_name: heimdall
environment:
- PUID=1000