chore(deps): update koenkk/zigbee2mqtt docker tag to v1.38.0 (#3647)
This commit is contained in:
parent
cf53a76363
commit
e77218c71a
|
@ -5,12 +5,9 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "zigbee2mqtt",
|
||||
"tipi_version": 5,
|
||||
"version": "1.37.1",
|
||||
"categories": [
|
||||
"utilities",
|
||||
"automation"
|
||||
],
|
||||
"tipi_version": 6,
|
||||
"version": "1.38.0",
|
||||
"categories": ["utilities", "automation"],
|
||||
"description": "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges",
|
||||
"short_desc": "Zigbee to MQTT bridge",
|
||||
"author": "@Koenkk",
|
||||
|
@ -25,8 +22,5 @@
|
|||
"env_variable": "Z2M_DEVICE"
|
||||
}
|
||||
],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
services:
|
||||
zigbee2mqtt:
|
||||
container_name: zigbee2mqtt
|
||||
image: koenkk/zigbee2mqtt:1.37.1
|
||||
image: koenkk/zigbee2mqtt:1.38.0
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user