From 7b01614c81b705f6a0d8c105aea435ded9d52445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 08:05:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20home-assistant/te?= =?UTF-8?q?mpio=20to=20v2024=20(#31)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 9579588..b3ff5db 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -28,7 +28,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] ARG BUILD_ARCH=amd64 ARG BASHIO_VERSION="v0.16.2" ARG S6_OVERLAY_VERSION="3.2.0.2" -ARG TEMPIO_VERSION="2021.09.0" +ARG TEMPIO_VERSION="2024.11.2" RUN \ set -o pipefail \ \