mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #821] [Bug] docker部署的版本号是正确的吗? #555
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#555
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Jun 25, 2025):
已知问题,不影响使用。下次发版时会正常显示。