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.0 " ,
12
+ default = "0.14.1 " ,
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.0
5
+ image : langgenius/dify-api:0.14.1
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.0
230
+ image : langgenius/dify-api:0.14.1
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.0
400
+ image : langgenius/dify-web:0.14.1
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.0
5
+ image : langgenius/dify-api:0.14.1
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.0
28
+ image : langgenius/dify-api:0.14.1
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.0
50
+ image : langgenius/dify-web:0.14.1
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 @@ -389,7 +389,7 @@ x-shared-env: &shared-api-worker-env
389
389
services :
390
390
# API service
391
391
api :
392
- image : langgenius/dify-api:0.14.0
392
+ image : langgenius/dify-api:0.14.1
393
393
restart : always
394
394
environment :
395
395
# Use the shared environment variables.
@@ -412,7 +412,7 @@ services:
412
412
# worker service
413
413
# The Celery worker for processing the queue.
414
414
worker :
415
- image : langgenius/dify-api:0.14.0
415
+ image : langgenius/dify-api:0.14.1
416
416
restart : always
417
417
environment :
418
418
# Use the shared environment variables.
@@ -434,7 +434,7 @@ services:
434
434
435
435
# Frontend web application.
436
436
web :
437
- image : langgenius/dify-web:0.14.0
437
+ image : langgenius/dify-web:0.14.1
438
438
restart : always
439
439
environment :
440
440
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.0 " ,
3
+ "version" : " 0.14.1 " ,
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