⬆️ Upgrades tempio to 2021.05.0 (#65)

This commit is contained in:
Franck Nijhof 2021-05-19 21:55:33 +02:00 committed by GitHub
parent c8d7debfaf
commit 34ec3fcc1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
\
&& curl -L -s -o /usr/bin/tempio \
"https://github.com/home-assistant/tempio/releases/download/2021.01.0/tempio_${BUILD_ARCH}" \
"https://github.com/home-assistant/tempio/releases/download/2021.05.0/tempio_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/tempio \
\
&& rm -fr \