From 6e28a373ff2ded15a7aa931d5e18db78cd3ebadd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:47:39 +0000 Subject: [PATCH] Update langgenius/dify-api Docker tag to v1.16.0 --- apps/dify/1.15.0/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dify/1.15.0/docker-compose.yml b/apps/dify/1.15.0/docker-compose.yml index 89607dd6d..b61160ea6 100644 --- a/apps/dify/1.15.0/docker-compose.yml +++ b/apps/dify/1.15.0/docker-compose.yml @@ -20,7 +20,7 @@ services: restart: "no" api: - image: "langgenius/dify-api:1.15.0" + image: "langgenius/dify-api:1.16.0" container_name: ${CONTAINER_NAME}-api labels: createdBy: "Apps" @@ -71,7 +71,7 @@ services: - 1panel-network api_websocket: - image: "langgenius/dify-api:1.15.0" + image: "langgenius/dify-api:1.16.0" container_name: ${CONTAINER_NAME}-websocket labels: createdBy: "Apps" @@ -102,7 +102,7 @@ services: - 1panel-network worker: - image: "langgenius/dify-api:1.15.0" + image: "langgenius/dify-api:1.16.0" container_name: ${CONTAINER_NAME}-worker labels: createdBy: "Apps" @@ -149,7 +149,7 @@ services: - 1panel-network worker_beat: - image: "langgenius/dify-api:1.15.0" + image: "langgenius/dify-api:1.16.0" container_name: ${CONTAINER_NAME}-worker-beat labels: createdBy: "Apps"