Skip to content

Commit 97cfb51

Browse files
authored
Pin s6 overlay
1 parent 7efaa3e commit 97cfb51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ ARG S6_ARCH
5050
WORKDIR /s6downloader
5151

5252
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" \
53+
&& 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" \
5554
&& mkdir -p /tmp/s6 \
5655
&& tar zxvf /tmp/s6-overlay.tar.gz -C /tmp/s6 \
5756
&& mv /tmp/s6/* .

0 commit comments

Comments
 (0)