Update README to point to v0.3.2

This commit is contained in:
Thomas Orozco 2015-03-15 17:03:47 +01:00
parent 756818ba29
commit e3d2662820
1 changed files with 1 additions and 1 deletions

View File

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