From 4d768becf5870d4f88bd45620422b9668db4207b Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sat, 20 Sep 2025 17:04:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=95=86=E5=BA=97=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=E8=87=B3?= =?UTF-8?q?0.2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4121230e7..57b60652b 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.2.8" + image: "dootask/appstore:0.2.9" volumes: - shared_data:/usr/share/dootask - /var/run/docker.sock:/var/run/docker.sock