1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

chore(deps): update dify to v1.11.3 (#3418)

This commit is contained in:
renovate[bot] 2026-01-13 11:59:39 +00:00 committed by GitHub
parent 9286ea9565
commit b6eccf925f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
31 changed files with 3 additions and 3 deletions

View File

@ -516,7 +516,7 @@ x-shared-env: &shared-api-worker-env
QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30}
services:
api:
image: langgenius/dify-api:1.11.2
image: langgenius/dify-api:1.11.3
env_file:
- dify.env
restart: always
@ -539,7 +539,7 @@ services:
- ssrf_proxy_network
- default
worker:
image: langgenius/dify-api:1.11.2
image: langgenius/dify-api:1.11.3
env_file:
- dify.env
restart: always
@ -560,7 +560,7 @@ services:
- ssrf_proxy_network
- default
web:
image: langgenius/dify-web:1.11.2
image: langgenius/dify-web:1.11.3
container_name: ${CONTAINER_NAME}
env_file:
- dify.env