From 0c26d4eb0cb49efec6b21de460307ef4eae79050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:58:06 +0000 Subject: [PATCH] chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2024.4.1 (#3066) --- apps/homeassistant-1/config.json | 4 ++-- apps/homeassistant-1/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/homeassistant-1/config.json b/apps/homeassistant-1/config.json index 54e69a03..fc0ef9c8 100644 --- a/apps/homeassistant-1/config.json +++ b/apps/homeassistant-1/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "homeassistant-1", - "tipi_version": 9, - "version": "2024.4.0", + "tipi_version": 10, + "version": "2024.4.1", "categories": [ "automation" ], diff --git a/apps/homeassistant-1/docker-compose.yml b/apps/homeassistant-1/docker-compose.yml index 43c7f6e4..e6880388 100644 --- a/apps/homeassistant-1/docker-compose.yml +++ b/apps/homeassistant-1/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: homeassistant-1: - image: ghcr.io/home-assistant/home-assistant:2024.4.0 + image: ghcr.io/home-assistant/home-assistant:2024.4.1 container_name: homeassistant-1 environment: - TZ=${TZ}