diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6ed2eef63..14293d7546 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ release: - build - fetch image: - name: goreleaser/goreleaser:nightly + name: goreleaser/goreleaser entrypoint: [ '' ] only: - tags @@ -87,4 +87,6 @@ release: # generate a changelog. GIT_DEPTH: 0 script: + - sed -i 's/dl-cdn.alpinelinux.org/mirror.sjtu.edu.cn/g' /etc/apk/repositories + - apk add --no-cache upx - goreleaser release --clean diff --git a/config/panel.go b/config/panel.go index b2ba59da81..a728020619 100644 --- a/config/panel.go +++ b/config/panel.go @@ -8,7 +8,7 @@ func init() { config := facades.Config() config.Add("panel", map[string]any{ "name": "耗子 Linux 面板", - "version": "v2.2.1", + "version": "v2.2.2", "ssl": config.Env("APP_SSL", false), }) }