[GH-ISSUE #826] [Bug] 升级到0.3.19 后,左下角版本号异常 #558

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

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

软件版本 / Release Version

0.3.19

缺陷描述 / Description

Image

正常升级后,左下角版本号似乎不对劲,显示为v0.0.0-dev,不清楚是哪里的问题,虽然无关紧要。

networks:
    1panel-network:
        external: true
services:
    certimate:
        container_name: ${CONTAINER_NAME}
        deploy:
            resources:
                limits:
                    cpus: ${CPUS}
                    memory: ${MEMORY_LIMIT}
        environment:
            - http_proxy=${PANEL_HTTP_PROXY}
            - https_proxy=${PANEL_HTTPS_PROXY}
            - NO_PROXY=${PANEL_NO_PROXY}
        image: certimate/certimate:v0.3.19
        labels:
            createdBy: Apps
        networks:
            - 1panel-network
        ports:
            - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:8090
        restart: unless-stopped
        volumes:
            - /etc/localtime:/etc/localtime:ro
            - /etc/timezone:/etc/timezone:ro
            - ./data:/app/pb_data

复现步骤 / Steps to reproduce

这个应用是从1panel应用商店直接升级的,我尝试删除容器重新执行docker-compose up -d,但是似乎无效

日志 / Logs

# 无日志

其他 / Miscellaneous

贡献 / Contribution

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
Originally created by @willow-god on GitHub (Jun 25, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/826 ### 软件版本 / Release Version 0.3.19 ### 缺陷描述 / Description ![Image](https://github.com/user-attachments/assets/78704176-5cf6-4123-882f-bfb0cd106722) 正常升级后,左下角版本号似乎不对劲,显示为v0.0.0-dev,不清楚是哪里的问题,虽然无关紧要。 ```yaml networks: 1panel-network: external: true services: certimate: container_name: ${CONTAINER_NAME} deploy: resources: limits: cpus: ${CPUS} memory: ${MEMORY_LIMIT} environment: - http_proxy=${PANEL_HTTP_PROXY} - https_proxy=${PANEL_HTTPS_PROXY} - NO_PROXY=${PANEL_NO_PROXY} image: certimate/certimate:v0.3.19 labels: createdBy: Apps networks: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:8090 restart: unless-stopped volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./data:/app/pb_data ``` ### 复现步骤 / Steps to reproduce 这个应用是从1panel应用商店直接升级的,我尝试删除容器重新执行`docker-compose up -d`,但是似乎无效 ### 日志 / Logs <details> ```console # 无日志 ``` </details> ### 其他 / Miscellaneous 无 ### 贡献 / Contribution - [ ] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:04:18 +03:00
Author
Owner

@willow-god commented on GitHub (Jun 25, 2025):

发现一样的issue了,所以关掉了,打扰开发者啦

<!-- gh-comment-id:3005489774 --> @willow-god commented on GitHub (Jun 25, 2025): 发现一样的issue了,所以关掉了,打扰开发者啦
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#558
No description provided.