mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 20:52:14 +01:00
Merge pull request #138 from odarriba/use-tiny-static
Use statically linked version of tini
This commit is contained in:
@@ -42,7 +42,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>"
|
|||||||
|
|
||||||
ARG TINI_VERSION
|
ARG TINI_VERSION
|
||||||
|
|
||||||
ADD --chown=gotenberg https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini /tini
|
ADD --chown=gotenberg https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini-static /tini
|
||||||
RUN chmod +x /tini
|
RUN chmod +x /tini
|
||||||
ENTRYPOINT [ "/tini", "--" ]
|
ENTRYPOINT [ "/tini", "--" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user