Skip to content

Commit

Permalink
⬆️ Upgrades s6-overlay to v3.1.1.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 20, 2022
1 parent fe82496 commit 73b6623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN \
tzdata=2022a-0ubuntu0.20.04 \
xz-utils=5.2.4-1 \
\
&& S6_VERSION="3.1.0.1" \
&& S6_VERSION="3.1.1.0" \
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \
Expand Down

0 comments on commit 73b6623

Please sign in to comment.