Skip to content

Commit

Permalink
⬆️ Upgrades s6-overlay to v3.1.1.2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 18, 2022
1 parent 1d6f2a5 commit f054f7e
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 @@ -34,7 +34,7 @@ RUN \
\
&& c_rehash \
\
&& S6_VERSION="3.1.1.1" \
&& S6_VERSION="3.1.1.2" \
&& 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 f054f7e

Please sign in to comment.