File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ VOLUME /var/jenkins_home
2525# or config file with your custom jenkins Docker image.
2626RUN mkdir -p /usr/share/jenkins/ref/init.groovy.d
2727
28- ENV TINI_SHA 066ad710107dc7ee05d3aa6e4974f01dc98f3888
28+ ENV TINI_VERSION 0.9.0
29+ ENV TINI_SHA fa23d1e20732501c3bb8eeeca423c89ac80ed452
2930
3031# Use tini as subreaper in Docker container to adopt zombie processes
31- RUN curl -fsSL https://github.com/krallin/tini/releases/download/v0.5.0 /tini-static -o /bin/tini && chmod +x /bin/tini \
32+ RUN curl -fsSL https://github.com/krallin/tini/releases/download/v${TINI_VERSION} /tini-static -o /bin/tini && chmod +x /bin/tini \
3233 && echo "$TINI_SHA /bin/tini" | sha1sum -c -
3334
3435COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groovy
You can’t perform that action at this time.
0 commit comments