Skip to content

Commit

Permalink
⬆️ Upgrades s6-overlay to v2.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 20, 2020
1 parent b8b088f commit d4c49e6
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 @@ -33,7 +33,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
&& if [ "${BUILD_ARCH}" = "armv7" ]; then S6_ARCH="arm"; fi \
\
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v2.1.0.0/s6-overlay-${S6_ARCH}.tar.gz" \
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v2.1.0.2/s6-overlay-${S6_ARCH}.tar.gz" \
| tar zxvf - -C / \
\
&& mkdir -p /etc/fix-attrs.d \
Expand Down

0 comments on commit d4c49e6

Please sign in to comment.