Skip to content

Commit

Permalink
⬆️ Upgrades Bashio to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 2, 2020
1 parent 6aed242 commit 3b0e6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 \
Expand Down
2 changes: 1 addition & 1 deletion base/rootfs/etc/cont-init.d/00-banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 3b0e6c7

Please sign in to comment.