feat: 更新 appstore 镜像版本至 0.3.8

This commit is contained in:
kuaifan 2025-12-27 10:29:51 +00:00
parent 55303689ea
commit 869ac7d316

View File

@ -96,7 +96,7 @@ services:
appstore: appstore:
container_name: "dootask-appstore-${APP_ID}" container_name: "dootask-appstore-${APP_ID}"
privileged: true privileged: true
image: "dootask/appstore:0.3.7" image: "dootask/appstore:0.3.8"
volumes: volumes:
- shared_data:/usr/share/dootask - shared_data:/usr/share/dootask
- ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock - ${HOST_DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock