mirror of https://github.com/krallin/tini.git
Update README to point to v0.3.2
This commit is contained in:
parent
756818ba29
commit
e3d2662820
|
@ -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…
Reference in New Issue