Skip to content

Commit

Permalink
⬆️ Upgrades s6-overlay to v3.1.2.1 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 15, 2022
1 parent f902497 commit ff50435
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 @@ -47,7 +47,7 @@ RUN \
jq=1.6-r1 \
tzdata=2022c-r0 \
\
&& S6_VERSION="3.1.1.2" \
&& S6_VERSION="3.1.2.1" \
&& 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 ff50435

Please sign in to comment.