File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " dify-api"
3- version = " 1.7.0 "
3+ version = " 1.7.1 "
44requires-python = " >=3.11,<3.13"
55
66dependencies = [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
22services :
33 # API service
44 api :
5- image : langgenius/dify-api:1.7.0
5+ image : langgenius/dify-api:1.7.1
66 restart : always
77 environment :
88 # Use the shared environment variables.
@@ -31,7 +31,7 @@ services:
3131 # worker service
3232 # The Celery worker for processing the queue.
3333 worker :
34- image : langgenius/dify-api:1.7.0
34+ image : langgenius/dify-api:1.7.1
3535 restart : always
3636 environment :
3737 # Use the shared environment variables.
@@ -58,7 +58,7 @@ services:
5858 # worker_beat service
5959 # Celery beat for scheduling periodic tasks.
6060 worker_beat :
61- image : langgenius/dify-api:1.7.0
61+ image : langgenius/dify-api:1.7.1
6262 restart : always
6363 environment :
6464 # Use the shared environment variables.
@@ -76,7 +76,7 @@ services:
7676
7777 # Frontend web application.
7878 web :
79- image : langgenius/dify-web:1.7.0
79+ image : langgenius/dify-web:1.7.1
8080 restart : always
8181 environment :
8282 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ x-shared-env: &shared-api-worker-env
542542services :
543543 # API service
544544 api :
545- image : langgenius/dify-api:1.7.0
545+ image : langgenius/dify-api:1.7.1
546546 restart : always
547547 environment :
548548 # Use the shared environment variables.
@@ -571,7 +571,7 @@ services:
571571 # worker service
572572 # The Celery worker for processing the queue.
573573 worker :
574- image : langgenius/dify-api:1.7.0
574+ image : langgenius/dify-api:1.7.1
575575 restart : always
576576 environment :
577577 # Use the shared environment variables.
@@ -598,7 +598,7 @@ services:
598598 # worker_beat service
599599 # Celery beat for scheduling periodic tasks.
600600 worker_beat :
601- image : langgenius/dify-api:1.7.0
601+ image : langgenius/dify-api:1.7.1
602602 restart : always
603603 environment :
604604 # Use the shared environment variables.
@@ -616,7 +616,7 @@ services:
616616
617617 # Frontend web application.
618618 web :
619- image : langgenius/dify-web:1.7.0
619+ image : langgenius/dify-web:1.7.1
620620 restart : always
621621 environment :
622622 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change 11{
22 "name" : " dify-web" ,
3- "version" : " 1.7.0 " ,
3+ "version" : " 1.7.1 " ,
44 "private" : true ,
55 "engines" : {
66 "node" : " >=v22.11.0"
You can’t perform that action at this time.
0 commit comments