From cbb6a1bff7c139559a24d7bd16143116d1cca8fb Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 30 Mar 2026 19:25:22 +0200 Subject: [PATCH] . --- shell_docker_compose_update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shell_docker_compose_update.sh b/shell_docker_compose_update.sh index a24c0cc..2d7dcf1 100644 --- a/shell_docker_compose_update.sh +++ b/shell_docker_compose_update.sh @@ -196,6 +196,10 @@ wait_for_healthy() { done } +format_hash() { + echo "$1" | sed 's/./&\u200B/g' +} + get_remote_digest() { local image="$1" @@ -466,6 +470,8 @@ while IFS= read -r -d '' file; do fi if [ "$NTFY_SHOW_VERSIONS" = true ]; then + before=$(format_hash "$before") + after=$(format_hash "$after") stack_block+=$'\n'"$prefix $svc ($before → $after)" else stack_block+=$'\n'"$prefix $svc"