From c04187fe478e73608f0e247f51d39f68e96317bb Mon Sep 17 00:00:00 2001 From: kuaifan Date: Mon, 29 Jun 2026 15:45:46 +0000 Subject: [PATCH] =?UTF-8?q?fix(appstore):=20=E6=9B=B4=E6=96=B0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=95=86=E5=BA=97=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B3=200.5.4?= 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 9167b1106..7ee6d748b 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.3" + image: "dootask/appstore:0.5.4" volumes: - shared_data:/usr/share/dootask - ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock