Skip to content

Commit a892f06

Browse files
committed
Updated s6-overlay
1 parent 3612c25 commit a892f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
1111
COPY rootfs /
1212

1313
# s6 overlay
14-
RUN curl -L -o /tmp/s6-overlay-amd64.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.1/s6-overlay-amd64.tar.gz" \
14+
RUN curl -L -o /tmp/s6-overlay-amd64.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-amd64.tar.gz" \
1515
&& tar xzf /tmp/s6-overlay-amd64.tar.gz -C /
1616

1717
# App

0 commit comments

Comments
 (0)