From 94344ceceba17c4e654b4183e96e96c1ba6d67a7 Mon Sep 17 00:00:00 2001 From: Shane Scott Date: Sat, 26 Oct 2024 16:40:19 +1100 Subject: [PATCH] chore: Update Zigbee2MQTT version to 1.40.2 --- zigbee2mqtt/Dockerfile | 4 ++-- zigbee2mqtt/build.yaml | 4 ++-- zigbee2mqtt/config.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zigbee2mqtt/Dockerfile b/zigbee2mqtt/Dockerfile index cf24e56..87037d8 100644 --- a/zigbee2mqtt/Dockerfile +++ b/zigbee2mqtt/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.4.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.1 # https://github.com/hassio-addons/addon-debian-base # Remember to update build file as well # Waiting on next base version to fix musl @@ -7,7 +7,7 @@ FROM ${BUILD_FROM} # Set Zigbee2MQTT Version. Needs to be after FROM # https://github.com/Koenkk/zigbee2mqtt/releases -ARG ZIGBEE2MQTT_VERSION=1.40.1 +ARG ZIGBEE2MQTT_VERSION=1.40.2 # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/zigbee2mqtt/build.yaml b/zigbee2mqtt/build.yaml index 493e37d..b1b75d1 100644 --- a/zigbee2mqtt/build.yaml +++ b/zigbee2mqtt/build.yaml @@ -1,3 +1,3 @@ build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.4.0 - amd64: ghcr.io/hassio-addons/debian-base:7.4.0 + aarch64: ghcr.io/hassio-addons/debian-base:7.5.1 + amd64: ghcr.io/hassio-addons/debian-base:7.5.1 diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index bdd55d1..eeee951 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Zigbee2mqtt", - "version": "1.40.1-0", + "version": "1.40.2-0", "slug": "zigbee2mqtt", "description": "Zigbee2MQTT add-on by Scootec", "url": "https://github.com/scoootec/addon-zigbee2mqtt",