From 7c841f339624c320d572b42e66af8e3bd928d24c Mon Sep 17 00:00:00 2001 From: fivemoons Date: Fri, 7 Aug 2026 18:17:00 +0800 Subject: [PATCH] update bookorbit version --- bookorbit/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookorbit/.env b/bookorbit/.env index c6854ea..51530eb 100644 --- a/bookorbit/.env +++ b/bookorbit/.env @@ -1,5 +1,5 @@ # Docker image to run. Pin a sha-* tag or @sha256 digest for stricter deploys. -APP_IMAGE=ghcr.io/bookorbit/bookorbit:2.4.0 # 修改标签 +APP_IMAGE=ghcr.io/bookorbit/bookorbit:2.5.0 # 修改标签 # App publish port on host APP_PORT=3000