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.10.1 " ,
12
+ default = "0.10.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.10.1
5
+ image : langgenius/dify-api:0.10.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.10.1
230
+ image : langgenius/dify-api:0.10.2
231
231
restart : always
232
232
environment :
233
233
CONSOLE_WEB_URL : ' '
@@ -396,7 +396,7 @@ services:
396
396
397
397
# Frontend web application.
398
398
web :
399
- image : langgenius/dify-web:0.10.1
399
+ image : langgenius/dify-web:0.10.2
400
400
restart : always
401
401
environment :
402
402
# 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 @@ -242,7 +242,7 @@ x-shared-env: &shared-api-worker-env
242
242
services :
243
243
# API service
244
244
api :
245
- image : langgenius/dify-api:0.10.1
245
+ image : langgenius/dify-api:0.10.2
246
246
restart : always
247
247
environment :
248
248
# Use the shared environment variables.
@@ -262,7 +262,7 @@ services:
262
262
# worker service
263
263
# The Celery worker for processing the queue.
264
264
worker :
265
- image : langgenius/dify-api:0.10.1
265
+ image : langgenius/dify-api:0.10.2
266
266
restart : always
267
267
environment :
268
268
# Use the shared environment variables.
@@ -281,7 +281,7 @@ services:
281
281
282
282
# Frontend web application.
283
283
web :
284
- image : langgenius/dify-web:0.10.1
284
+ image : langgenius/dify-web:0.10.2
285
285
restart : always
286
286
environment :
287
287
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.10.1 " ,
3
+ "version" : " 0.10.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