From d2f703543cf962bf4ca2e0c151126e8a313a5570 Mon Sep 17 00:00:00 2001 From: Pecacheu <3608878+Pecacheu@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:48:31 -0400 Subject: [PATCH] fix: Update web container Signed-off-by: Pecacheu <3608878+Pecacheu@users.noreply.github.com> --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index cca0eb7..6421a34 100644 --- a/compose.yml +++ b/compose.yml @@ -222,7 +222,7 @@ services: # Web App web: - # for-web v0.10.0 - image: ghcr.io/stoatchat/for-web:746bee5 + # for-web v0.14.1 + image: ghcr.io/stoatchat/for-web:2a74823 restart: always env_file: .env.web \ No newline at end of file