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 = "0.14.2 " ,
12
+ default = "0.15.0 " ,
13
13
)
14
14
15
15
COMMIT_SHA : str = Field (
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
services :
3
3
# API service
4
4
api :
5
- image : langgenius/dify-api:0.14.2
5
+ image : langgenius/dify-api:0.15.0
6
6
restart : always
7
7
environment :
8
8
# Startup mode, 'api' starts the API server.
@@ -227,7 +227,7 @@ services:
227
227
# worker service
228
228
# The Celery worker for processing the queue.
229
229
worker :
230
- image : langgenius/dify-api:0.14.2
230
+ image : langgenius/dify-api:0.15.0
231
231
restart : always
232
232
environment :
233
233
CONSOLE_WEB_URL : ' '
@@ -397,7 +397,7 @@ services:
397
397
398
398
# Frontend web application.
399
399
web :
400
- image : langgenius/dify-web:0.14.2
400
+ image : langgenius/dify-web:0.15.0
401
401
restart : always
402
402
environment :
403
403
# The base URL of console application api server, refers to the Console base URL of WEB service if console domain is
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.14.2
5
+ image : langgenius/dify-api:0.15.0
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.14.2
28
+ image : langgenius/dify-api:0.15.0
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.14.2
50
+ image : langgenius/dify-web:0.15.0
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 @@ -392,7 +392,7 @@ x-shared-env: &shared-api-worker-env
392
392
services :
393
393
# API service
394
394
api :
395
- image : langgenius/dify-api:0.14.2
395
+ image : langgenius/dify-api:0.15.0
396
396
restart : always
397
397
environment :
398
398
# Use the shared environment variables.
@@ -415,7 +415,7 @@ services:
415
415
# worker service
416
416
# The Celery worker for processing the queue.
417
417
worker :
418
- image : langgenius/dify-api:0.14.2
418
+ image : langgenius/dify-api:0.15.0
419
419
restart : always
420
420
environment :
421
421
# Use the shared environment variables.
@@ -437,7 +437,7 @@ services:
437
437
438
438
# Frontend web application.
439
439
web :
440
- image : langgenius/dify-web:0.14.2
440
+ image : langgenius/dify-web:0.15.0
441
441
restart : always
442
442
environment :
443
443
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.14.2 " ,
3
+ "version" : " 0.15.0 " ,
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