File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PackagingInfo(PyProjectTomlConfig):
1010
1111 CURRENT_VERSION : str = Field (
1212 description = "Dify version" ,
13- default = "1.5.0 " ,
13+ default = "1.5.1 " ,
1414 )
1515
1616 COMMIT_SHA : str = Field (
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.5.0
5+ image : langgenius/dify-api:1.5.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.5.0
34+ image : langgenius/dify-api:1.5.1
3535 restart : always
3636 environment :
3737 # Use the shared environment variables.
@@ -57,7 +57,7 @@ services:
5757
5858 # Frontend web application.
5959 web :
60- image : langgenius/dify-web:1.5.0
60+ image : langgenius/dify-web:1.5.1
6161 restart : always
6262 environment :
6363 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ x-shared-env: &shared-api-worker-env
517517services :
518518 # API service
519519 api :
520- image : langgenius/dify-api:1.5.0
520+ image : langgenius/dify-api:1.5.1
521521 restart : always
522522 environment :
523523 # Use the shared environment variables.
@@ -546,7 +546,7 @@ services:
546546 # worker service
547547 # The Celery worker for processing the queue.
548548 worker :
549- image : langgenius/dify-api:1.5.0
549+ image : langgenius/dify-api:1.5.1
550550 restart : always
551551 environment :
552552 # Use the shared environment variables.
@@ -572,7 +572,7 @@ services:
572572
573573 # Frontend web application.
574574 web :
575- image : langgenius/dify-web:1.5.0
575+ image : langgenius/dify-web:1.5.1
576576 restart : always
577577 environment :
578578 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change 11{
22 "name" : " dify-web" ,
3- "version" : " 1.5.0 " ,
3+ "version" : " 1.5.1 " ,
44 "private" : true ,
55 "engines" : {
66 "node" : " >=v22.11.0"
You can’t perform that action at this time.
0 commit comments