From fc4756c4b98fb17c7747c2071ae4e67495c31159 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Wed, 7 Jan 2026 14:03:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=E5=B9=B6?= =?UTF-8?q?=E5=8D=87=E7=BA=A7nightingale=E9=95=9C=E5=83=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在.gitignore中添加compare_images.py文件 将nightingale服务镜像从8.3.1升级到8.5.0版本 --- .gitignore | 1 + n9e/compose-pgsql/stack.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0eb452c..0b3e541 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ g-b/* mcptime/go.sum mcpTimeServer/go.sum mcp_server_go/config.toml +compare_images.py diff --git a/n9e/compose-pgsql/stack.yaml b/n9e/compose-pgsql/stack.yaml index c910369..1963ade 100644 --- a/n9e/compose-pgsql/stack.yaml +++ b/n9e/compose-pgsql/stack.yaml @@ -18,7 +18,7 @@ services: - nightingale nightingale: - image: flashcatcloud/nightingale:8.3.1 + image: flashcatcloud/nightingale:8.5.0 container_name: nightingale hostname: nightingale restart: always