From 7edd919ed13b3e711910602e17f5cf5d9a3281f5 Mon Sep 17 00:00:00 2001 From: Seefs Date: Thu, 2 Oct 2025 16:36:16 +0800 Subject: [PATCH] fix: fixed version --- templates/compose/newapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/newapi.yaml b/templates/compose/newapi.yaml index 039fc8645..50eb96053 100644 --- a/templates/compose/newapi.yaml +++ b/templates/compose/newapi.yaml @@ -7,7 +7,7 @@ services: new-api: - image: calciumion/new-api:latest + image: calciumion/new-api:v0.9.2.0 depends_on: postgresql: condition: service_healthy