Skip to content

Commit

Permalink
Downgrade tempio to 2021.09.0 (as .10 doesn't exists) (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 10, 2021
1 parent 394a3c0 commit 5697ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5697ee4

Please sign in to comment.