From 776641e1894ba8183c1baae0e533b76dd03b3c9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 22:36:39 +0000 Subject: [PATCH] chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.5.5 (#631) --- Apps/home-assistant/config.json | 2 +- Apps/home-assistant/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/home-assistant/config.json b/Apps/home-assistant/config.json index 8d3090716..293fdd037 100644 --- a/Apps/home-assistant/config.json +++ b/Apps/home-assistant/config.json @@ -1,6 +1,6 @@ { "id": "home-assistant", - "version": "2024.5.4", + "version": "2024.5.5", "image": "ghcr.io/home-assistant/home-assistant", "youtube": "https://youtu.be/YnCpj5sND_A", "docs_link": "", diff --git a/Apps/home-assistant/docker-compose.yml b/Apps/home-assistant/docker-compose.yml index 3ba2da103..cd2bf0073 100644 --- a/Apps/home-assistant/docker-compose.yml +++ b/Apps/home-assistant/docker-compose.yml @@ -12,7 +12,7 @@ services: container_name: big-bear-home-assistant # Image to be used for the container - image: ghcr.io/home-assistant/home-assistant:2024.5.4 + image: ghcr.io/home-assistant/home-assistant:2024.5.5 # Container restart policy restart: unless-stopped