mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
Downgrade tempio to 2021.09.0 (as .10 doesn't exists) (#100)
This commit is contained in:
parent
394a3c0ddd
commit
5697ee4091
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,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.10.0/tempio_${BUILD_ARCH}" \
|
||||
"https://github.com/home-assistant/tempio/releases/download/2021.09.0/tempio_${BUILD_ARCH}" \
|
||||
&& chmod a+x /usr/bin/tempio \
|
||||
\
|
||||
&& rm -fr \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue