Update eufy-ha-mqtt-bridge==0.2.1

This commit is contained in:
Max Winterstein
2021-01-11 09:50:31 +01:00
parent ce48529cfc
commit 00141d690c
4 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FROM hassioaddons/debian-base
ENV LANG C.UTF-8
ARG VERSION=0.2.0
ARG VERSION=0.2.1
# install node and build tools (needed by node-pre-gy)
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt install -y nodejs g++ make python