mirror of https://github.com/krallin/tini.git
Bump version to 0.3.0
This commit is contained in:
parent
8a2e156182
commit
03517ace39
|
@ -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.2.0
|
||||
ENV TINI_VERSION v0.3.0
|
||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
|
||||
RUN chmod +x /tini
|
||||
ENTRYPOINT ["/tini", "--"]
|
||||
|
|
Loading…
Reference in New Issue