⬆️ Upgrades Zwave2Mqtt to v4.1.1 (#81)

This commit is contained in:
Franck Nijhof 2021-01-25 20:07:18 +01:00 committed by GitHub
parent 80574ea644
commit 57f07d8c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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