From c44b5299b0db5a80aa11485a8c9997ad57e08c2f Mon Sep 17 00:00:00 2001 From: Jacob Schlecht Date: Thu, 19 Feb 2026 18:40:28 -0700 Subject: [PATCH] fix: Update web app to get arm64 support for our Pi users. This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d567571..91b5343 100644 --- a/compose.yml +++ b/compose.yml @@ -204,6 +204,6 @@ services: # Web App web: - image: ghcr.io/stoatchat/for-web:6c5970f + image: ghcr.io/stoatchat/for-web:addb6b7 restart: always env_file: .env.web \ No newline at end of file