File tree 5 files changed +11
-11
lines changed 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.2 " ,
12
+ default = "1.1.3 " ,
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.2
5
+ image : langgenius/dify-api:1.1.3
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.2
32
+ image : langgenius/dify-api:1.1.3
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.2
56
+ image : langgenius/dify-web:1.1.3
57
57
restart : always
58
58
environment :
59
59
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -110,7 +110,7 @@ services:
110
110
111
111
# The DifySandbox
112
112
sandbox :
113
- image : langgenius/dify-sandbox:0.2.10
113
+ image : langgenius/dify-sandbox:0.2.11
114
114
restart : always
115
115
environment :
116
116
# The DifySandbox configurations
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
43
43
44
44
# The DifySandbox
45
45
sandbox :
46
- image : langgenius/dify-sandbox:0.2.10
46
+ image : langgenius/dify-sandbox:0.2.11
47
47
restart : always
48
48
environment :
49
49
# The DifySandbox configurations
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ x-shared-env: &shared-api-worker-env
433
433
services :
434
434
# API service
435
435
api :
436
- image : langgenius/dify-api:1.1.2
436
+ image : langgenius/dify-api:1.1.3
437
437
restart : always
438
438
environment :
439
439
# Use the shared environment variables.
@@ -460,7 +460,7 @@ services:
460
460
# worker service
461
461
# The Celery worker for processing the queue.
462
462
worker :
463
- image : langgenius/dify-api:1.1.2
463
+ image : langgenius/dify-api:1.1.3
464
464
restart : always
465
465
environment :
466
466
# Use the shared environment variables.
@@ -484,7 +484,7 @@ services:
484
484
485
485
# Frontend web application.
486
486
web :
487
- image : langgenius/dify-web:1.1.2
487
+ image : langgenius/dify-web:1.1.3
488
488
restart : always
489
489
environment :
490
490
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -541,7 +541,7 @@ services:
541
541
542
542
# The DifySandbox
543
543
sandbox :
544
- image : langgenius/dify-sandbox:0.2.10
544
+ image : langgenius/dify-sandbox:0.2.11
545
545
restart : always
546
546
environment :
547
547
# The DifySandbox configurations
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dify-web" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=18.18.0"
You can’t perform that action at this time.
0 commit comments