From 7c6dfe8a2531130d6db1e0f159f2293efce7cac8 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Mon, 22 Jun 2026 15:52:01 +0000 Subject: [PATCH] =?UTF-8?q?chore(deploy):=20=E5=86=85=E9=83=A8=20appstore?= =?UTF-8?q?=20=E9=95=9C=E5=83=8F=E5=8D=87=E7=BA=A7=200.5.1=20=E2=86=92=200?= =?UTF-8?q?.5.2?= 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 4809b49f6..64526e844 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -99,7 +99,7 @@ services: appstore: container_name: "dootask-appstore-${APP_ID}" privileged: true - image: "dootask/appstore:0.5.1" + image: "dootask/appstore:0.5.2" volumes: - shared_data:/usr/share/dootask - ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock