From a992a6c2b236abaf0fcd8fedf296e7d2578c3e33 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 2 Aug 2021 11:55:33 +0200 Subject: [PATCH] bashio 0.13.1 --- bazarr/Dockerfile | 2 +- cloudcommander/Dockerfile | 2 +- code-server/Dockerfile | 2 +- doublecommander/Dockerfile | 2 +- emby/Dockerfile | 2 +- filebrowser/Dockerfile | 2 +- flexget/Dockerfile | 2 +- inadyn/Dockerfile | 2 +- jackett/Dockerfile | 2 +- jellyfin/Dockerfile | 2 +- joal/Dockerfile | 3 +-- mealie/Dockerfile | 2 +- nextcloud/Dockerfile | 2 +- ombi/Dockerfile | 2 +- organizr/Dockerfile | 2 +- papermerge/Dockerfile | 2 +- photoprism/Dockerfile | 2 +- piwigo/Dockerfile | 2 +- plex/Dockerfile | 2 +- prowlarr/Dockerfile | 2 +- qbittorrent/Dockerfile | 2 +- radarr/Dockerfile | 2 +- resiliosync/Dockerfile | 2 +- scrutiny/Dockerfile | 2 +- sonarr/Dockerfile | 2 +- transmission/Dockerfile | 2 +- ubooquity/Dockerfile | 2 +- 27 files changed, 27 insertions(+), 28 deletions(-) diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 63304f5dd..b3ff638ba 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM ARG BUILD_VERSION FROM ${BUILD_FROM} -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ############################### diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 2009c75b6..2df399b53 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -4,7 +4,7 @@ FROM coderaiser/cloudcmd:latest # Copy root filesystem COPY rootfs / -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/code-server/Dockerfile b/code-server/Dockerfile index 0dcdfe844..120045a0f 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends \ jq \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/doublecommander/Dockerfile b/doublecommander/Dockerfile index 7bb321f2e..54b8ee179 100644 --- a/doublecommander/Dockerfile +++ b/doublecommander/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ jq \ samba \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/emby/Dockerfile b/emby/Dockerfile index b2f8ad198..019ec4165 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM ARG BUILD_VERSION FROM ${BUILD_FROM} -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 ARG TEMPIO_VERSION=2021.01.0 # Set shell diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index 6f90bd389..9ebb27537 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_VERSION ARG BUILD_UPSTREAM="2.16.0" FROM hurlenko/filebrowser:v${BUILD_UPSTREAM} -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/flexget/Dockerfile b/flexget/Dockerfile index 9b9417838..5cf0e1a09 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -12,7 +12,7 @@ RUN \ cifs-utils \ \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index e89863a3f..ad8a699a0 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -1,7 +1,7 @@ FROM troglobit/inadyn:latest # Base system -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 ARG TEMPIO_VERSION=2021.01.0 ARG BUILD_ARCH diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 33dd7dee6..f05f4afa7 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} RUN curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index a2ef7e852..777374c7e 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN apt-get update \ \ diff --git a/joal/Dockerfile b/joal/Dockerfile index 65d65fcd1..5aa462a84 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -16,7 +16,7 @@ RUN \ nginx \ #Install bashio && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ @@ -43,4 +43,3 @@ COPY rootfs / RUN chmod 777 /run.sh ENTRYPOINT [ "/run.sh" ] - diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 6858dac75..bc58ca5f5 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} COPY rootfs / -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 99f58b21a..622ddeb2d 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -15,7 +15,7 @@ RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/rep && apk add --no-cache \ curl jq \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/ombi/Dockerfile b/ombi/Dockerfile index 3065a72e1..d9825e72f 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -17,7 +17,7 @@ RUN \ # Install bashio # ################## && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/organizr/Dockerfile b/organizr/Dockerfile index c6e3fe8cd..817421d65 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM ARG BUILD_VERSION FROM ${BUILD_FROM} -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/papermerge/Dockerfile b/papermerge/Dockerfile index d68be348b..a712cd450 100644 --- a/papermerge/Dockerfile +++ b/papermerge/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 FROM ${BUILD_FROM} diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index a42f070c3..005f38ba7 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -6,7 +6,7 @@ FROM photoprism/photoprism:preview # Copy root filesystem COPY rootfs / -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index cd6b04258..6f4fc763c 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -15,7 +15,7 @@ RUN \ cifs-utils \ \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/plex/Dockerfile b/plex/Dockerfile index e84d58a0e..684b583c9 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 FROM ${BUILD_FROM} diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index 893f3c901..816443950 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_UPSTREAM="nightly-0.1.0.738-ls95" FROM ${BUILD_FROM}${BUILD_UPSTREAM} -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 99d2064e9..07e26acb8 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_VERSION FROM ${BUILD_FROM} # Base system -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 ARG TEMPIO_VERSION=2021.01.0 ARG BUILD_ARCH diff --git a/radarr/Dockerfile b/radarr/Dockerfile index 9f031f50a..4c02924eb 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM ARG BUILD_VERSION FROM ${BUILD_FROM} -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 03be27e70..0e2e9b7df 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -18,7 +18,7 @@ RUN \ # Install bashio # ################## && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index d95af265f..eefcc366a 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} COPY rootfs / # Base system -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 ARG TEMPIO_VERSION=2021.01.0 ARG BUILD_ARCH diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index e8692a3f9..8538e094d 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_UPSTREAM="3.0.6.1265" FROM ${BUILD_FROM} -ARG BASHIO_VERSION=0.13.0 +ARG BASHIO_VERSION=0.13.1 RUN \ ################ diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 4e404b6fe..257901035 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache \ jq \ samba \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index dfb99ce04..5bb62d4d1 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ moreutils \ samba \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.13.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \