diff --git a/act-runners/fatboy/Dockerfile b/act-runners/fatboy/Dockerfile index 8d281a2..39e813a 100644 --- a/act-runners/fatboy/Dockerfile +++ b/act-runners/fatboy/Dockerfile @@ -62,5 +62,5 @@ RUN curl -L https://github.com/rootless-containers/rootlesskit/releases/download # --------------------------------------------------------- # Default entrypoint # --------------------------------------------------------- -ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/act_runner"] +ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/act_runner"] CMD ["daemon", "--config", "/etc/act_runner/config.yaml"] \ No newline at end of file