From 2a5827f3ee2683fbc19d9229ec123b0105d23b80 Mon Sep 17 00:00:00 2001 From: naiba Date: Fri, 3 Feb 2023 17:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20dashboard=20`v0.14.11`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- README.md | 4 ++-- service/singleton/singleton.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a9fc5d..b277ee9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal +FROM ubuntu:focal-20221130 ENV TZ="Asia/Shanghai" diff --git a/README.md b/README.md index 9bbbe72..6dde493 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
LOGO designed by 熊大 .

-    +   

:trollface: Nezha Monitoring: Self-hosted, lightweight server and website monitoring and O&M tool.

@@ -31,7 +31,7 @@ ## Supported Languages - English -- 简体中文 +- 中文 - Español You can change the dashboard language in the settings page (`/setting`) after the dashboard is installed. diff --git a/service/singleton/singleton.go b/service/singleton/singleton.go index 02f403c..06a1290 100644 --- a/service/singleton/singleton.go +++ b/service/singleton/singleton.go @@ -12,7 +12,7 @@ import ( "github.com/naiba/nezha/pkg/utils" ) -var Version = "v0.14.10" // !!记得修改 README 中的 badge 版本!! +var Version = "v0.14.11" // !!记得修改 README 中的 badge 版本!! var ( Conf *model.Config