chore(deps): update koenkk/zigbee2mqtt docker tag to v1.38.0 (#3647)

This commit is contained in:
renovate[bot] 2024-06-03 17:13:50 +00:00 committed by GitHub
parent cf53a76363
commit e77218c71a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -5,12 +5,9 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "zigbee2mqtt", "id": "zigbee2mqtt",
"tipi_version": 5, "tipi_version": 6,
"version": "1.37.1", "version": "1.38.0",
"categories": [ "categories": ["utilities", "automation"],
"utilities",
"automation"
],
"description": "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges", "description": "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges",
"short_desc": "Zigbee to MQTT bridge", "short_desc": "Zigbee to MQTT bridge",
"author": "@Koenkk", "author": "@Koenkk",
@ -25,8 +22,5 @@
"env_variable": "Z2M_DEVICE" "env_variable": "Z2M_DEVICE"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
zigbee2mqtt: zigbee2mqtt:
container_name: zigbee2mqtt container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt:1.37.1 image: koenkk/zigbee2mqtt:1.38.0
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes: