mirror of https://github.com/krallin/tini.git
Update README for v0.3.4
This commit is contained in:
parent
7567a81585
commit
556948c48e
|
@ -20,7 +20,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.3
|
||||
ENV TINI_VERSION v0.3.4
|
||||
ADD https://github.com/krallin/tini/releases/download//tini /tini
|
||||
RUN chmod +x /tini
|
||||
ENTRYPOINT ["/tini", "--"]
|
||||
|
|
Loading…
Reference in New Issue