From c4904bdbe20b1370cb3f3855b626b85bc526036d Mon Sep 17 00:00:00 2001 From: kuaifan Date: Fri, 26 Jun 2026 01:26:04 +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.5.3?= 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 64526e844..9167b1106 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.2" + image: "dootask/appstore:0.5.3" volumes: - shared_data:/usr/share/dootask - ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock