From 5d061f23a963a7c44b70cd3952a206d5b1828bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:33:39 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20philippe44/AirCon?= =?UTF-8?q?nect=20to=20v1.7.0=20(#160)?= 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> --- airsonos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airsonos/Dockerfile b/airsonos/Dockerfile index 7aefe18..d2a0aca 100755 --- a/airsonos/Dockerfile +++ b/airsonos/Dockerfile @@ -10,7 +10,7 @@ COPY rootfs / # Setup base ARG BUILD_ARCH=amd64 -ARG AIRCONNECT_VERSION="1.6.3" +ARG AIRCONNECT_VERSION="1.7.0" RUN \ apt-get update \ && apt-get install -y --no-install-recommends \