Skip to content

Commit

Permalink
Upgrade Bashio to v0.8.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 20, 2020
1 parent 28242b0 commit de197c5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion alpine/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LANG C.UTF-8
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apk add --no-cache \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion alpine/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV LANG C.UTF-8
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apk add --no-cache \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion alpine/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LANG C.UTF-8
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apk add --no-cache \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion alpine/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LANG C.UTF-8
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apk add --no-cache \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion alpine/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV LANG C.UTF-8
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apk add --no-cache \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion debian/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion debian/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion debian/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion debian/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion debian/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion raspbian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV CURL_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.7.0
ARG BASHIO_VERSION=0.8.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
jq \
Expand Down

0 comments on commit de197c5

Please sign in to comment.