Update README for v0.3.4

This commit is contained in:
Thomas Orozco 2015-04-04 19:02:14 +02:00
parent 7567a81585
commit 556948c48e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ In Docker, you will want to use an entrypoint so you don't have to remember
to manually invoke Tini: to manually invoke Tini:
# Add Tini # Add Tini
ENV TINI_VERSION v0.3.3 ENV TINI_VERSION v0.3.4
ADD https://github.com/krallin/tini/releases/download//tini /tini ADD https://github.com/krallin/tini/releases/download//tini /tini
RUN chmod +x /tini RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"] ENTRYPOINT ["/tini", "--"]