chore(version): bump version to 1.7.1 (#23048)

This commit is contained in:
QuantumGhost
2025-07-28 16:42:39 +08:00
committed by GitHub
parent de28bb1075
commit 0d2d349ab3
5 changed files with 11 additions and 11 deletions

View File

@@ -542,7 +542,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.7.0
image: langgenius/dify-api:1.7.1
restart: always
environment:
# Use the shared environment variables.
@@ -571,7 +571,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:1.7.0
image: langgenius/dify-api:1.7.1
restart: always
environment:
# Use the shared environment variables.
@@ -598,7 +598,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.7.0
image: langgenius/dify-api:1.7.1
restart: always
environment:
# Use the shared environment variables.
@@ -616,7 +616,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.7.0
image: langgenius/dify-web:1.7.1
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}