From c59a65478ec69a619112035f9a3d815aff714922 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 8df60c2..a7e463d 160000 --- a/assets/compose +++ b/assets/compose @@ -1 +1 @@ -Subproject commit 8df60c2911f4432edda1c68d27541eb1db7b2fbe +Subproject commit a7e463dcd61feba886d56b86323a22cf6c5662e5