We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b088f commit d4c49e6Copy full SHA for d4c49e6
base/Dockerfile
@@ -33,7 +33,7 @@ RUN \
33
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
34
&& if [ "${BUILD_ARCH}" = "armv7" ]; then S6_ARCH="arm"; fi \
35
\
36
- && 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" \
37
| tar zxvf - -C / \
38
39
&& mkdir -p /etc/fix-attrs.d \
0 commit comments