Skip to content

Commit

Permalink
chore: Update Zigbee2MQTT version to 1.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scootec committed Oct 26, 2024
1 parent bade98a commit 94344ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions zigbee2mqtt/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions zigbee2mqtt/build.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 94344ce

Please sign in to comment.