diff --git a/README.md b/README.md
index aedeb41..36a3049 100644
--- a/README.md
+++ b/README.md
@@ -304,7 +304,7 @@
文档、白板和数据库完全整合的工作空间
-0.25.5 • [官网链接](https://github.com/toeverything/AFFiNE)
+0.25.7 • [官网链接](https://github.com/toeverything/AFFiNE)
diff --git a/apps/affine/0.25.5/data.yml b/apps/affine/0.25.7/data.yml
similarity index 100%
rename from apps/affine/0.25.5/data.yml
rename to apps/affine/0.25.7/data.yml
diff --git a/apps/affine/0.25.5/docker-compose.yml b/apps/affine/0.25.7/docker-compose.yml
similarity index 98%
rename from apps/affine/0.25.5/docker-compose.yml
rename to apps/affine/0.25.7/docker-compose.yml
index 704a265..6135b38 100644
--- a/apps/affine/0.25.5/docker-compose.yml
+++ b/apps/affine/0.25.7/docker-compose.yml
@@ -1,6 +1,6 @@
services:
affine:
- image: ghcr.io/toeverything/affine:0.25.5
+ image: ghcr.io/toeverything/affine:0.25.7
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:3010
|