From 86c30d4ac1de8ae4e165b46cf4291e8d454f89ad Mon Sep 17 00:00:00 2001 From: gortium Date: Tue, 7 Jul 2026 21:59:20 -0400 Subject: [PATCH] fix: update compose submodule for s6-overlay entrypoint crash fix Updates the compose submodule to commit f4dd57f on branch fix/hermes-s6-overlay-entrypoint-crash, which: - Removes the broken entrypoint override (bash->tini->entrypoint.sh) - Bakes start-hermes.sh into the image as the new CMD - Uses the image default ENTRYPOINT (s6-overlay /init) Fixes the SIGTERM restart loop on the Hermes container. See compose PR #56 for details. --- assets/compose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/compose b/assets/compose index 54e0661..f4dd57f 160000 --- a/assets/compose +++ b/assets/compose @@ -1 +1 @@ -Subproject commit 54e06613960446e593c170581cc263d3999538bc +Subproject commit f4dd57fa60b3e2aab0db95ca6783fab1c1822c03