From 46c5b43c9c2255f7c0c17f378ab03c577d33816c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 08:51:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20hassio-addons/bas?= =?UTF-8?q?hio=20to=20v0.16.1=20(#159)?= 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 24f4b7c..216b16d 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install base system ARG BUILD_ARCH=amd64 -ARG BASHIO_VERSION="v0.16.0" +ARG BASHIO_VERSION="v0.16.1" ARG S6_OVERLAY_VERSION="3.1.6.2" ARG TEMPIO_VERSION="2021.09.0" RUN \