From a90d4fb013c443a272cd0985660f0d6507c550bc Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 10 Sep 2026 08:55:49 +0000 Subject: [PATCH] =?UTF-8?q?chore(docker):=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=E8=87=B3=200.5.6?= 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 7ee6d748b..95e571966 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.4" + image: "dootask/appstore:0.5.6" volumes: - shared_data:/usr/share/dootask - ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock