Skip to content

Commit

Permalink
Upgrades Bashio to v0.9.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 2, 2020
1 parent 5f72978 commit 61ccb75
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 @@ -14,7 +14,7 @@ ENV \
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion alpine/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV \
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion alpine/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV \
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion alpine/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV \
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion alpine/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV \
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

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

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

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
Expand Down
2 changes: 1 addition & 1 deletion debian/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
Expand Down
2 changes: 1 addition & 1 deletion debian/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

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

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
Expand Down
2 changes: 1 addition & 1 deletion raspbian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

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

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

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

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

# Base system
ARG BASHIO_VERSION=0.8.1
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=1.22.1.0
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
Expand Down

0 comments on commit 61ccb75

Please sign in to comment.