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 = "0.15.4 " ,
12
+ default = "0.15.5 " ,
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:0.15.4
5
+ image : langgenius/dify-api:0.15.5
6
6
restart : always
7
7
environment :
8
8
# Use the shared environment variables.
@@ -25,7 +25,7 @@ services:
25
25
# worker service
26
26
# The Celery worker for processing the queue.
27
27
worker :
28
- image : langgenius/dify-api:0.15.4
28
+ image : langgenius/dify-api:0.15.5
29
29
restart : always
30
30
environment :
31
31
# Use the shared environment variables.
@@ -47,7 +47,7 @@ services:
47
47
48
48
# Frontend web application.
49
49
web :
50
- image : langgenius/dify-web:0.15.4
50
+ image : langgenius/dify-web:0.15.5
51
51
restart : always
52
52
environment :
53
53
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ x-shared-env: &shared-api-worker-env
393
393
services :
394
394
# API service
395
395
api :
396
- image : langgenius/dify-api:0.15.4
396
+ image : langgenius/dify-api:0.15.5
397
397
restart : always
398
398
environment :
399
399
# Use the shared environment variables.
@@ -416,7 +416,7 @@ services:
416
416
# worker service
417
417
# The Celery worker for processing the queue.
418
418
worker :
419
- image : langgenius/dify-api:0.15.4
419
+ image : langgenius/dify-api:0.15.5
420
420
restart : always
421
421
environment :
422
422
# Use the shared environment variables.
@@ -438,7 +438,7 @@ services:
438
438
439
439
# Frontend web application.
440
440
web :
441
- image : langgenius/dify-web:0.15.4
441
+ image : langgenius/dify-web:0.15.5
442
442
restart : always
443
443
environment :
444
444
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" : " 0.15.4 " ,
3
+ "version" : " 0.15.5 " ,
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