From 5eaf354307e1bf0d9514de482390762c2d0c25b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 2 May 2026 00:53:21 +0000 Subject: [PATCH] modified: act-runners/fatboy/Dockerfile --- act-runners/fatboy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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