From ac1644e32d80beacc5f703e60dc3100ca849eba8 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Mon, 2 Jun 2025 18:14:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=9C=BA=E5=AD=90=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80OKR?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5?= 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 2697cf9d2..976d043fc 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.0.8" + image: "dootask/appstore:0.0.9" volumes: - shared_data:/usr/share/dootask - /var/run/docker.sock:/var/run/docker.sock