File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
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.1 " ,
12
+ default = "1.1.2 " ,
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.1
5
+ image : langgenius/dify-api:1.1.2
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.1
32
+ image : langgenius/dify-api:1.1.2
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.1
56
+ image : langgenius/dify-web:1.1.2
57
57
restart : always
58
58
environment :
59
59
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
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.1
435
+ image : langgenius/dify-api:1.1.2
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.1
462
+ image : langgenius/dify-api:1.1.2
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.1
486
+ image : langgenius/dify-web:1.1.2
487
487
restart : always
488
488
environment :
489
489
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dify-web" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
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