Skip to content

Commit d4c49e6

Browse files
committed
⬆️ Upgrades s6-overlay to v2.1.0.2
1 parent b8b088f commit d4c49e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN \
3333
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
3434
&& if [ "${BUILD_ARCH}" = "armv7" ]; then S6_ARCH="arm"; fi \
3535
\
36-
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v2.1.0.0/s6-overlay-${S6_ARCH}.tar.gz" \
36+
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v2.1.0.2/s6-overlay-${S6_ARCH}.tar.gz" \
3737
| tar zxvf - -C / \
3838
\
3939
&& mkdir -p /etc/fix-attrs.d \

0 commit comments

Comments
 (0)