chore(appstore): 升级 appstore 镜像版本至 0.4.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kuaifan 2026-04-04 08:23:10 +00:00
parent 39c6ca3e8c
commit f925f238dd

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.9" image: "dootask/appstore:0.4.0"
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