Skip to content

Commit

Permalink
Downgrade tempio to 2021.09.0 (as .10 doesn't exists) (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 10, 2021
1 parent bd967aa commit f9d04d4
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 @@ -58,7 +58,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 \
\
&& apk del --no-cache --purge .build-dependencies \
Expand Down

0 comments on commit f9d04d4

Please sign in to comment.