Update toogoodtogo-ha-mqtt-bridge to v1.2.0

This commit is contained in:
Max Winterstein
2021-02-07 23:51:19 +01:00
parent 5afd6dc6f2
commit 04c43b8d4b
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ RUN poetry config virtualenvs.create false
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
# add source and unpack
ADD "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/archive/v1.1.0.tar.gz" /src.tar.gz
ADD "https://github.com/MaxWinterstein/toogoodtogo-ha-mqtt-bridge/archive/v1.2.0.tar.gz" /src.tar.gz
RUN mkdir /app && tar xvfz /src.tar.gz -C /app --strip-components=1
# install