Commit 8ee3ea7a authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #260 from jakirkham/update_tini

Update `tini` to `v0.10.0`
parents 69a5c1ab c1029379
...@@ -24,8 +24,8 @@ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \ ...@@ -24,8 +24,8 @@ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen locale-gen
# Install Tini # Install Tini
RUN wget --quiet https://github.com/krallin/tini/releases/download/v0.9.0/tini && \ RUN wget --quiet https://github.com/krallin/tini/releases/download/v0.10.0/tini && \
echo "faafbfb5b079303691a939a747d7f60591f2143164093727e870b289a44d9872 *tini" | sha256sum -c - && \ echo "1361527f39190a7338a0b434bd8c88ff7233ce7b9a4876f3315c22fce7eca1b0 *tini" | sha256sum -c - && \
mv tini /usr/local/bin/tini && \ mv tini /usr/local/bin/tini && \
chmod +x /usr/local/bin/tini chmod +x /usr/local/bin/tini
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment