chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.6.1 (#3409)

This commit is contained in:
renovate[bot] 2024-06-08 07:20:33 +00:00 committed by GitHub
parent 1bd199d13d
commit 98d7965203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,18 +5,13 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "homeassistant-1", "id": "homeassistant-1",
"tipi_version": 15, "tipi_version": 16,
"version": "2024.5.1", "version": "2024.6.1",
"categories": [ "categories": ["automation"],
"automation"
],
"description": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.", "description": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.",
"short_desc": "Open source home automation that puts local control and privacy first", "short_desc": "Open source home automation that puts local control and privacy first",
"author": "Home Assistant", "author": "Home Assistant",
"source": "https://github.com/home-assistant/core", "source": "https://github.com/home-assistant/core",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
homeassistant-1: homeassistant-1:
image: ghcr.io/home-assistant/home-assistant:2024.5.1 image: ghcr.io/home-assistant/home-assistant:2024.6.1
container_name: homeassistant-1 container_name: homeassistant-1
environment: environment:
- TZ=${TZ} - TZ=${TZ}