Update README to point to v0.3.2

pull/1/head
Thomas Orozco 10 years ago
parent 756818ba29
commit e3d2662820
  1. 2
      README.md

@ -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", "--"]

Loading…
Cancel
Save