chore: Bump version references to 1.11.1 (#29568)

This commit is contained in:
-LAN-
2025-12-12 14:42:25 +08:00
committed by GitHub
parent bece2f101c
commit 2058186f22
5 changed files with 11 additions and 11 deletions

View File

@ -659,7 +659,7 @@ services:
# API service
api:
image: langgenius/dify-api:1.11.0
image: langgenius/dify-api:1.11.1
restart: always
environment:
# Use the shared environment variables.
@ -700,7 +700,7 @@ services:
# worker service
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
image: langgenius/dify-api:1.11.0
image: langgenius/dify-api:1.11.1
restart: always
environment:
# Use the shared environment variables.
@ -739,7 +739,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.11.0
image: langgenius/dify-api:1.11.1
restart: always
environment:
# Use the shared environment variables.
@ -769,7 +769,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.11.0
image: langgenius/dify-web:1.11.1
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}