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 @@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
99
1010 CURRENT_VERSION : str = Field (
1111 description = "Dify version" ,
12- default = "1.4.0 " ,
12+ default = "1.4.1 " ,
1313 )
1414
1515 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.4.0
5+ image : langgenius/dify-api:1.4.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.4.0
34+ image : langgenius/dify-api:1.4.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.4.0
60+ image : langgenius/dify-web:1.4.1
6161 restart : always
6262 environment :
6363 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -142,7 +142,7 @@ services:
142142
143143 # plugin daemon
144144 plugin_daemon :
145- image : langgenius/dify-plugin-daemon:0.0.10 -local
145+ image : langgenius/dify-plugin-daemon:0.1.1 -local
146146 restart : always
147147 environment :
148148 # Use the shared environment variables.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ services:
7171
7272 # plugin daemon
7373 plugin_daemon :
74- image : langgenius/dify-plugin-daemon:0.0.10 -local
74+ image : langgenius/dify-plugin-daemon:0.1.1 -local
7575 restart : always
7676 env_file :
7777 - ./middleware.env
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ x-shared-env: &shared-api-worker-env
501501services :
502502 # API service
503503 api :
504- image : langgenius/dify-api:1.4.0
504+ image : langgenius/dify-api:1.4.1
505505 restart : always
506506 environment :
507507 # Use the shared environment variables.
@@ -530,7 +530,7 @@ services:
530530 # worker service
531531 # The Celery worker for processing the queue.
532532 worker :
533- image : langgenius/dify-api:1.4.0
533+ image : langgenius/dify-api:1.4.1
534534 restart : always
535535 environment :
536536 # Use the shared environment variables.
@@ -556,7 +556,7 @@ services:
556556
557557 # Frontend web application.
558558 web :
559- image : langgenius/dify-web:1.4.0
559+ image : langgenius/dify-web:1.4.1
560560 restart : always
561561 environment :
562562 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -641,7 +641,7 @@ services:
641641
642642 # plugin daemon
643643 plugin_daemon :
644- image : langgenius/dify-plugin-daemon:0.0.10 -local
644+ image : langgenius/dify-plugin-daemon:0.1.1 -local
645645 restart : always
646646 environment :
647647 # Use the shared environment variables.
Original file line number Diff line number Diff line change 11{
22 "name" : " dify-web" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "private" : true ,
55 "engines" : {
66 "node" : " >=v22.11.0"
You can’t perform that action at this time.
0 commit comments