⬆️ Upgrades Zwave2Mqtt to v4.1.0

This commit is contained in:
Franck Nijhof 2020-11-30 10:31:21 +01:00
parent 25ebb52e49
commit f8373d24a2
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -39,7 +39,7 @@ RUN \
&& mv /tmp/db/config/* /etc/openzwave \
\
&& curl -J -L -o /tmp/zwave2mqtt.tar.gz \
"https://github.com/OpenZWave/Zwave2Mqtt/archive/v4.0.6.tar.gz" \
"https://github.com/OpenZWave/Zwave2Mqtt/archive/v4.1.0.tar.gz" \
&& tar zxvf \
/tmp/zwave2mqtt.tar.gz \
--strip 1 -C /opt \