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.8.2 " ,
12
+ default = "0.8.3 " ,
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.8.2
5
+ image : langgenius/dify-api:0.8.3
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.8.2
230
+ image : langgenius/dify-api:0.8.3
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.8.2
399
+ image : langgenius/dify-web:0.8.3
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 @@ -208,7 +208,7 @@ x-shared-env: &shared-api-worker-env
208
208
services :
209
209
# API service
210
210
api :
211
- image : langgenius/dify-api:0.8.2
211
+ image : langgenius/dify-api:0.8.3
212
212
restart : always
213
213
environment :
214
214
# Use the shared environment variables.
@@ -228,7 +228,7 @@ services:
228
228
# worker service
229
229
# The Celery worker for processing the queue.
230
230
worker :
231
- image : langgenius/dify-api:0.8.2
231
+ image : langgenius/dify-api:0.8.3
232
232
restart : always
233
233
environment :
234
234
# Use the shared environment variables.
@@ -247,7 +247,7 @@ services:
247
247
248
248
# Frontend web application.
249
249
web :
250
- image : langgenius/dify-web:0.8.2
250
+ image : langgenius/dify-web:0.8.3
251
251
restart : always
252
252
environment :
253
253
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.8.2 " ,
3
+ "version" : " 0.8.3 " ,
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