[GH-ISSUE #821] [Bug] docker部署的版本号是正确的吗? #555

Closed
opened 2026-03-03 01:04:17 +03:00 by kerem · 1 comment
Owner

Originally created by @dxkrs on GitHub (Jun 25, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/821

软件版本 / Release Version

certimate/certimate:latest

缺陷描述 / Description

部署后登陆发现左下角显示的v0.0.0-dev,还有更新提示,这表示已经最新版本了吗?目前看relelase最新版本是v0.3.19

复现步骤 / Steps to reproduce

拉取镜像

docker pull certimate/certimate:latest

启动容器

docker run -d
--name certimate
--restart unless-stopped
-p 8090:8090
-v /etc/localtime:/etc/localtime:ro
-v /etc/timezone:/etc/timezone:ro
-v $(pwd)/data:/app/pb_data
certimate/certimate:latest

日志 / Logs

# 请在此粘贴日志 / Paste logs here

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
Originally created by @dxkrs on GitHub (Jun 25, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/821 ### 软件版本 / Release Version certimate/certimate:latest ### 缺陷描述 / Description 部署后登陆发现左下角显示的v0.0.0-dev,还有更新提示,这表示已经最新版本了吗?目前看relelase最新版本是v0.3.19 ### 复现步骤 / Steps to reproduce # 拉取镜像 docker pull certimate/certimate:latest # 启动容器 docker run -d \ --name certimate \ --restart unless-stopped \ -p 8090:8090 \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro \ -v $(pwd)/data:/app/pb_data \ certimate/certimate:latest ### 日志 / Logs <details> ```console # 请在此粘贴日志 / Paste logs here ``` </details> ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:04:17 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@fudiwei commented on GitHub (Jun 25, 2025):

已知问题,不影响使用。下次发版时会正常显示。

<!-- gh-comment-id:3002780257 --> @fudiwei commented on GitHub (Jun 25, 2025): 已知问题,不影响使用。下次发版时会正常显示。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#555
No description provided.