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 @@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
99
1010 CURRENT_VERSION : str = Field (
1111 description = "Dify version" ,
12- default = "1.1.1 " ,
12+ default = "1.1.2 " ,
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.1.1
5+ image : langgenius/dify-api:1.1.2
66 restart : always
77 environment :
88 # Use the shared environment variables.
@@ -29,7 +29,7 @@ services:
2929 # worker service
3030 # The Celery worker for processing the queue.
3131 worker :
32- image : langgenius/dify-api:1.1.1
32+ image : langgenius/dify-api:1.1.2
3333 restart : always
3434 environment :
3535 # Use the shared environment variables.
@@ -53,7 +53,7 @@ services:
5353
5454 # Frontend web application.
5555 web :
56- image : langgenius/dify-web:1.1.1
56+ image : langgenius/dify-web:1.1.2
5757 restart : always
5858 environment :
5959 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
432432services :
433433 # API service
434434 api :
435- image : langgenius/dify-api:1.1.1
435+ image : langgenius/dify-api:1.1.2
436436 restart : always
437437 environment :
438438 # Use the shared environment variables.
@@ -459,7 +459,7 @@ services:
459459 # worker service
460460 # The Celery worker for processing the queue.
461461 worker :
462- image : langgenius/dify-api:1.1.1
462+ image : langgenius/dify-api:1.1.2
463463 restart : always
464464 environment :
465465 # Use the shared environment variables.
@@ -483,7 +483,7 @@ services:
483483
484484 # Frontend web application.
485485 web :
486- image : langgenius/dify-web:1.1.1
486+ image : langgenius/dify-web:1.1.2
487487 restart : always
488488 environment :
489489 CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change 11{
22 "name" : " dify-web" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "private" : true ,
55 "engines" : {
66 "node" : " >=18.18.0"
You can’t perform that action at this time.
0 commit comments