Skip to content

Commit

Permalink
Upgrade S6 Overlay to 2.1.0.2 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 21, 2020
1 parent 1ba06cc commit e1120b2
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 @@ -15,7 +15,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Version
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
ARG JEMALLOC_VERSION=5.2.1

# Base system
Expand Down
2 changes: 1 addition & 1 deletion alpine/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Version
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
ARG JEMALLOC_VERSION=5.2.1

# Base system
Expand Down
2 changes: 1 addition & 1 deletion alpine/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Version
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
ARG JEMALLOC_VERSION=5.2.1

# Base system
Expand Down
2 changes: 1 addition & 1 deletion alpine/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Version
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
ARG JEMALLOC_VERSION=5.2.1

# Base system
Expand Down
2 changes: 1 addition & 1 deletion alpine/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Version
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
ARG JEMALLOC_VERSION=5.2.1

# Base system
Expand Down
2 changes: 1 addition & 1 deletion debian/aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -17,7 +17,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -17,7 +17,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -17,7 +17,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -16,7 +16,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Base system
ARG BASHIO_VERSION=0.9.0
ARG S6_OVERLAY_VERSION=2.1.0.0
ARG S6_OVERLAY_VERSION=2.1.0.2
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 @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

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

0 comments on commit e1120b2

Please sign in to comment.