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.15.1 " ,
12
+ default = "0.15.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 @@ version: '3'
2
2
services :
3
3
# API service
4
4
api :
5
- image : langgenius/dify-api:0.15.1
5
+ image : langgenius/dify-api:0.15.2
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.15.1
230
+ image : langgenius/dify-api:0.15.2
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.15.1
400
+ image : langgenius/dify-web:0.15.2
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.15.1
5
+ image : langgenius/dify-api:0.15.2
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.1
28
+ image : langgenius/dify-api:0.15.2
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.1
50
+ image : langgenius/dify-web:0.15.2
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.1
396
+ image : langgenius/dify-api:0.15.2
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.1
419
+ image : langgenius/dify-api:0.15.2
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.1
441
+ image : langgenius/dify-web:0.15.2
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.1 " ,
3
+ "version" : " 0.15.2 " ,
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