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 3612c25 commit a892f06Copy full SHA for a892f06
Dockerfile
@@ -11,7 +11,7 @@ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
11
COPY rootfs /
12
13
# 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" \
+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" \
15
&& tar xzf /tmp/s6-overlay-amd64.tar.gz -C /
16
17
# App
0 commit comments