⬆️ Upgrades Zwave2Mqtt to v4.0.5

This commit is contained in:
Franck Nijhof 2020-10-17 11:50:42 +02:00
parent ecac0b8c99
commit 96c7aa117e
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.4.tar.gz" \
"https://github.com/OpenZWave/Zwave2Mqtt/archive/v4.0.5.tar.gz" \
&& tar zxvf \
/tmp/zwave2mqtt.tar.gz \
--strip 1 -C /opt \