diff --git a/base/Dockerfile b/base/Dockerfile index 3575247..5b6ab05 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -52,7 +52,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 \ diff --git a/base/rootfs/etc/cont-init.d/00-banner.sh b/base/rootfs/etc/cont-init.d/00-banner.sh index 8975c53..2e3e426 100644 --- a/base/rootfs/etc/cont-init.d/00-banner.sh +++ b/base/rootfs/etc/cont-init.d/00-banner.sh @@ -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.'