chore: bump version to 1.10.1 (#28696)

This commit is contained in:
-LAN-
2025-11-26 18:32:10 +08:00
committed by GitHub
parent ef0e1031b0
commit b353a126d8
5 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.10.0
image: langgenius/dify-api:1.10.1
restart: always
environment:
# Use the shared environment variables.
@@ -41,7 +41,7 @@ services:
# worker service
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
image: langgenius/dify-api:1.10.0
image: langgenius/dify-api:1.10.1
restart: always
environment:
# Use the shared environment variables.
@@ -78,7 +78,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.10.0
image: langgenius/dify-api:1.10.1
restart: always
environment:
# Use the shared environment variables.
@@ -106,7 +106,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.10.0
image: langgenius/dify-web:1.10.1
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}

View File

@@ -636,7 +636,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.10.0
image: langgenius/dify-api:1.10.1
restart: always
environment:
# Use the shared environment variables.
@@ -675,7 +675,7 @@ services:
# worker service
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
image: langgenius/dify-api:1.10.0
image: langgenius/dify-api:1.10.1
restart: always
environment:
# Use the shared environment variables.
@@ -712,7 +712,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.10.0
image: langgenius/dify-api:1.10.1
restart: always
environment:
# Use the shared environment variables.
@@ -740,7 +740,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.10.0
image: langgenius/dify-web:1.10.1
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}