From 1b2bd22eb30ea001563c074e994b4474aa6f1b63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 23:58:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20hassio-addons/bas?= =?UTF-8?q?hio=20to=20v0.16.4=20(#329)?= 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 d088227..f65af91 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -26,7 +26,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] # Install base system ARG BUILD_ARCH=amd64 -ARG BASHIO_VERSION="v0.16.3" +ARG BASHIO_VERSION="v0.16.4" ARG S6_OVERLAY_VERSION="3.2.0.2" ARG TEMPIO_VERSION="2024.11.2" RUN \