Skip to content
Snippets Groups Projects
Commit 7a8924aa authored by Riccardo Castellotti's avatar Riccardo Castellotti
Browse files

Update tini

parent ce7fea61
No related branches found
Tags v7.6.0
No related merge requests found
Pipeline #3428969 passed
......@@ -74,8 +74,8 @@ RUN mkdir /tmp/texlive && \
rm -rf /tmp/texlive
# Install Tini
RUN wget --quiet https://github.com/krallin/tini/releases/download/v0.10.0/tini && \
echo "1361527f39190a7338a0b434bd8c88ff7233ce7b9a4876f3315c22fce7eca1b0 *tini" | sha256sum -c - && \
RUN wget --quiet https://github.com/krallin/tini/releases/download/v0.19.0/tini && \
echo "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c *tini" | sha256sum -c - && \
mv tini /usr/local/bin/tini && \
chmod +x /usr/local/bin/tini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment