mirror of https://github.com/langgenius/dify.git
Merge 20d134ba87 into 2c919efa69
This commit is contained in:
commit
32d1dee563
|
|
@ -1,5 +1,5 @@
|
|||
# base image
|
||||
FROM python:3.12-slim-bookworm AS base
|
||||
FROM python:3.14.0-slim-bookworm AS base
|
||||
|
||||
WORKDIR /app/api
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@
|
|||
"mime": "^4.1.0",
|
||||
"mitt": "^3.0.1",
|
||||
"negotiator": "^1.0.0",
|
||||
"next": "~15.5.9",
|
||||
"next": "15.5.9",
|
||||
"next-pwa": "^5.6.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"nuqs": "^2.8.6",
|
||||
|
|
|
|||
Loading…
Reference in New Issue