From 58d8d4de4a5dc7425be3662d5215574e62c46f4b Mon Sep 17 00:00:00 2001 From: Jacob Schlecht Date: Fri, 20 Feb 2026 16:47:13 -0700 Subject: [PATCH] fix: Update web app to get arm64 support for our Pi users. (#209) 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