Bashio update

This commit is contained in:
Alexandre
2021-12-01 22:08:07 +01:00
parent 3280733006
commit b97f51076f
51 changed files with 53 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.19.0"
FROM hurlenko/filebrowser:v${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.1
ARG BASHIO_VERSION=0.14.3
RUN \
################

View File

@@ -21,7 +21,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
###################
# Install bashio #
##################
BASHIO_VERSION=0.13.1
BASHIO_VERSION=0.14.3
mkdir -p /tmp/bashio
curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" |
tar -xzf - --strip 1 -C /tmp/bashio