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):
9
9
10
10
CURRENT_VERSION : str = Field (
11
11
description = "Dify version" ,
12
- default = "1.1.0 " ,
12
+ default = "1.1.1 " ,
13
13
)
14
14
15
15
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
2
2
services :
3
3
# API service
4
4
api :
5
- image : langgenius/dify-api:1.1.0
5
+ image : langgenius/dify-api:1.1.1
6
6
restart : always
7
7
environment :
8
8
# Use the shared environment variables.
@@ -29,7 +29,7 @@ services:
29
29
# worker service
30
30
# The Celery worker for processing the queue.
31
31
worker :
32
- image : langgenius/dify-api:1.1.0
32
+ image : langgenius/dify-api:1.1.1
33
33
restart : always
34
34
environment :
35
35
# Use the shared environment variables.
@@ -53,7 +53,7 @@ services:
53
53
54
54
# Frontend web application.
55
55
web :
56
- image : langgenius/dify-web:1.1.0
56
+ image : langgenius/dify-web:1.1.1
57
57
restart : always
58
58
environment :
59
59
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -133,7 +133,7 @@ services:
133
133
134
134
# plugin daemon
135
135
plugin_daemon :
136
- image : langgenius/dify-plugin-daemon:0.0.5 -local
136
+ image : langgenius/dify-plugin-daemon:0.0.6 -local
137
137
restart : always
138
138
environment :
139
139
# Use the shared environment variables.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ services:
66
66
67
67
# plugin daemon
68
68
plugin_daemon :
69
- image : langgenius/dify-plugin-daemon:0.0.5 -local
69
+ image : langgenius/dify-plugin-daemon:0.0.6 -local
70
70
restart : always
71
71
environment :
72
72
# Use the shared environment variables.
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ x-shared-env: &shared-api-worker-env
432
432
services :
433
433
# API service
434
434
api :
435
- image : langgenius/dify-api:1.1.0
435
+ image : langgenius/dify-api:1.1.1
436
436
restart : always
437
437
environment :
438
438
# Use the shared environment variables.
@@ -459,7 +459,7 @@ services:
459
459
# worker service
460
460
# The Celery worker for processing the queue.
461
461
worker :
462
- image : langgenius/dify-api:1.1.0
462
+ image : langgenius/dify-api:1.1.1
463
463
restart : always
464
464
environment :
465
465
# Use the shared environment variables.
@@ -483,7 +483,7 @@ services:
483
483
484
484
# Frontend web application.
485
485
web :
486
- image : langgenius/dify-web:1.1.0
486
+ image : langgenius/dify-web:1.1.1
487
487
restart : always
488
488
environment :
489
489
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -563,7 +563,7 @@ services:
563
563
564
564
# plugin daemon
565
565
plugin_daemon :
566
- image : langgenius/dify-plugin-daemon:0.0.5 -local
566
+ image : langgenius/dify-plugin-daemon:0.0.6 -local
567
567
restart : always
568
568
environment :
569
569
# Use the shared environment variables.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dify-web" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=18.17.0"
You can’t perform that action at this time.
0 commit comments