⬆️ Upgrades Bashio to v0.9.0

This commit is contained in:
Franck Nijhof 2020-04-02 02:22:13 +02:00
parent ce23612816
commit bacfd3a397
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ RUN \
&& mkdir -p /etc/services.d \
\
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.8.1.tar.gz" \
"https://github.com/hassio-addons/bashio/archive/v0.9.0.tar.gz" \
&& mkdir /tmp/bashio \
&& tar zxvf \
/tmp/bashio.tar.gz \

View file

@ -15,7 +15,7 @@ if bashio::supervisor.ping; then
if bashio::addon.update_available; then
bashio::log.magenta ' There is an update available for this add-on!'
bashio::log.magenta \
" Latest add-on version: $(bashio::addon.last_version)"
" Latest add-on version: $(bashio::addon.version_latest)"
bashio::log.magenta ' Please consider upgrading as soon as possible.'
else
bashio::log.green ' You are running the latest version of this add-on.'