From 363badbc97f3f3d9bb941f4e519ecb351520c323 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 3 Jun 2026 01:54:46 +0000 Subject: [PATCH] =?UTF-8?q?chore(appstore):=20=E5=8D=87=E7=BA=A7=20appstor?= =?UTF-8?q?e=20=E9=95=9C=E5=83=8F=E8=87=B3=200.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8f8559600..69451fe2f 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -96,7 +96,7 @@ services: appstore: container_name: "dootask-appstore-${APP_ID}" privileged: true - image: "dootask/appstore:0.4.0" + image: "dootask/appstore:0.4.3" volumes: - shared_data:/usr/share/dootask - ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock