We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efaa3e commit 97cfb51Copy full SHA for 97cfb51
docker/Dockerfile
@@ -50,8 +50,7 @@ ARG S6_ARCH
50
WORKDIR /s6downloader
51
52
RUN set -x \
53
- && OVERLAY_VERSION=$(wget --no-check-certificate -qO - https://api.github.com/repos/just-containers/s6-overlay/releases/latest | awk '/tag_name/{print $4;exit}' FS='[""]') \
54
- && wget -O /tmp/s6-overlay.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.gz" \
+ && wget -O /tmp/s6-overlay.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.3/s6-overlay-${S6_ARCH}.tar.gz" \
55
&& mkdir -p /tmp/s6 \
56
&& tar zxvf /tmp/s6-overlay.tar.gz -C /tmp/s6 \
57
&& mv /tmp/s6/* .
0 commit comments